#DC6497

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

Shades of Pale Violet Red #DC6497

Tints of Pale Violet Red #DC6497

Color information

#DC6497 (or 0xDC6497) is unknown color: approx Pale Violet Red. HEX triplet: DC, 64 and 97. RGB value is (220,100,151). Sum of RGB (Red+Green+Blue) = 220+100+151=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6497 is #239B68. Grayscale: #8D8D8D. Windows color (decimal): -2333545 or 9921756. OLE color: 9921756.

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

Color convert

RGB220100151-
CMYK00.550.310.14
HSL334.5º63.16%62.75%-
HSV(B)334.5º54.55%86.27%-
XYZ39.6626.5632.32-
YUV141.69133.26183.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=46.71%
G=21.23%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010015100.550.310.14334.563.1662.75
HexDC64970371FE14e3f3f
Octal33414422706737165167777
Binary110111001100100100101110110111111111110101001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6497; }

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

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

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

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

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

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

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

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