Shades of Pale Violet Red #DC74A8
Tints of Pale Violet Red #DC74A8
RGB
CMYK
RGB Variations
Color information
#DC74A8 (or 0xDC74A8) is known color: Pale Violet Red. HEX triplet: DC, 74 and A8. RGB value is (220,116,168). Sum of RGB (Red+Green+Blue) = 220+116+168=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74A8 is #238B57. Grayscale: #989898. Windows color (decimal): -2329432 or 11039964. OLE color: 11039964.
HSL color Cylindrical-coordinate representation of color #DC74A8: hue angle of 330º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74A8 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 168 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.14 |
| HSL | 330º | 0.6% | 0.66% | - |
| HSV(B) | 330º | 0.47% | 0.86% | - |
| XYZ | 42.83 | 30.53 | 40.68 | - |
| YUV | 153.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 168 | 0 | 0.47 | 0.24 | 0.14 | 330 | 0.6 | 0.66 |
| Hex | DC | 74 | A8 | 0 | 2F | 18 | E | 14A | 3C | 42 |
| Octal | 334 | 164 | 250 | 0 | 57 | 30 | 16 | 512 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10101000 | 0 | 101111 | 11000 | 1110 | 101001010 | 111100 | 1000010 |
Color Harmonies of #DC74A8
Complementary color
Monochromatic Colors of #DC74A8
Black with #DC74A8
Text Example
Text Example
White with #DC74A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74A8; }
p { color: rgb(220,116,168); }
H1.HeaderClassName
{
color: #DC74A8;
}
.AnyTagClassName
{
color: #DC74A8;
}
</style>
background-color css
<style>
a { background-color: #DC74A8; }
a { background-color: rgb(220,116,168); }
div.DivClassName
{
background-color: #DC74A8;
}
.BgClassName
{
background-color: #DC74A8;
}
</style>
border-color css
<style>
span { border-color: #DC74A8; }
span { border-color: rgb(220,116,168); }
td.TdClassName
{
border-color: #DC74A8;
}
.TagClassName
{
border-color: #DC74A8;
}
</style>