Shades of Pale Violet Red #DC78A8
Tints of Pale Violet Red #DC78A8
RGB
CMYK
RGB Variations
Color information
#DC78A8 (or 0xDC78A8) is known color: Pale Violet Red. HEX triplet: DC, 78 and A8. RGB value is (220,120,168). Sum of RGB (Red+Green+Blue) = 220+120+168=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78A8 is #238757. Grayscale: #9B9B9B. Windows color (decimal): -2328408 or 11040988. OLE color: 11040988.
HSL color Cylindrical-coordinate representation of color #DC78A8: hue angle of 331.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC78A8 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 120 | 168 | - |
CMYK | 0 | 0.45 | 0.24 | 0.14 |
HSL | 331.2º | 0.59% | 0.67% | - |
HSV(B) | 331.2º | 0.45% | 0.86% | - |
XYZ | 43.3 | 31.48 | 40.84 | - |
YUV | 155.37 | 135.13 | 174.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 120 | 168 | 0 | 0.45 | 0.24 | 0.14 | 331.2 | 0.59 | 0.67 |
Hex | DC | 78 | A8 | 0 | 2D | 18 | E | 14B | 3B | 43 |
Octal | 334 | 170 | 250 | 0 | 55 | 30 | 16 | 513 | 73 | 103 |
Binary | 11011100 | 1111000 | 10101000 | 0 | 101101 | 11000 | 1110 | 101001011 | 111011 | 1000011 |
Color Harmonies of #DC78A8
Complementary color
Monochromatic Colors of #DC78A8
Black with #DC78A8
Text Example
Text Example
White with #DC78A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78A8; }
p { color: rgb(220,120,168); }
H1.HeaderClassName
{
color: #DC78A8;
}
.AnyTagClassName
{
color: #DC78A8;
}
</style>
background-color css
<style>
a { background-color: #DC78A8; }
a { background-color: rgb(220,120,168); }
div.DivClassName
{
background-color: #DC78A8;
}
.BgClassName
{
background-color: #DC78A8;
}
</style>
border-color css
<style>
span { border-color: #DC78A8; }
span { border-color: rgb(220,120,168); }
td.TdClassName
{
border-color: #DC78A8;
}
.TagClassName
{
border-color: #DC78A8;
}
</style>