#DC7B97

Color #DC7B97 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC7B97

Tints of Pale Violet Red #DC7B97

Color information

#DC7B97 (or 0xDC7B97) is unknown color: approx Pale Violet Red. HEX triplet: DC, 7B and 97. RGB value is (220,123,151). Sum of RGB (Red+Green+Blue) = 220+123+151=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B97 is #238468. Grayscale: #9B9B9B. Windows color (decimal): -2327657 or 9927644. OLE color: 9927644.

HSL color Cylindrical-coordinate representation of color #DC7B97: hue angle of 342.68º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7B97 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220123151-
CMYK00.440.310.14
HSL342.68º58.08%67.25%-
HSV(B)342.68º44.09%86.27%-
XYZ42.1831.6233.16-
YUV155.2125.64174.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=44.53%
G=24.90%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012315100.440.310.14342.6858.0867.25
HexDC7B9702C1FE1573a43
Octal334173227054371652772103
Binary1101110011110111001011101011001111111101010101111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7B97; }

 p { color: rgb(220,123,151); }

 H1.HeaderClassName
 {
   color: #DC7B97;
 }
 .AnyTagClassName
 {
   color: #DC7B97;
 }
</style>
background-color css

<style>
 a { background-color: #DC7B97; }

 a { background-color: rgb(220,123,151); }

 div.DivClassName
 {
   background-color: #DC7B97;
 }
 .BgClassName
 {
   background-color: #DC7B97;
 }
</style>
border-color css

<style>
 span { border-color: #DC7B97; }

 span { border-color: rgb(220,123,151); }

 td.TdClassName
 {
   border-color: #DC7B97;
 }
 .TagClassName
 {
   border-color: #DC7B97;
 }
</style>