Shades of Deep Cerise #D02DAC
Tints of Deep Cerise #D02DAC
RGB
CMYK
RGB Variations
Color information
#D02DAC (or 0xD02DAC) is known color: Deep Cerise. HEX triplet: D0, 2D and AC. RGB value is (208,45,172). Sum of RGB (Red+Green+Blue) = 208+45+172=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02DAC is #2FD253. Grayscale: #6B6B6B. Windows color (decimal): -3134036 or 11283920. OLE color: 11283920.
HSL color Cylindrical-coordinate representation of color #D02DAC: hue angle of 313.25º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02DAC is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 172 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.18 |
| HSL | 313.25º | 0.64% | 0.5% | - |
| HSV(B) | 313.25º | 0.78% | 0.82% | - |
| XYZ | 34.4 | 18.27 | 40.74 | - |
| YUV | 108.22 | 164 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 172 | 0 | 0.78 | 0.17 | 0.18 | 313.25 | 0.64 | 0.5 |
| Hex | D0 | 2D | AC | 0 | 4E | 11 | 12 | 139 | 40 | 32 |
| Octal | 320 | 55 | 254 | 0 | 116 | 21 | 22 | 471 | 100 | 62 |
| Binary | 11010000 | 101101 | 10101100 | 0 | 1001110 | 10001 | 10010 | 100111001 | 1000000 | 110010 |
Color Harmonies of #D02DAC
Complementary color
Monochromatic Colors of #D02DAC
Black with #D02DAC
Text Example
Text Example
White with #D02DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DAC; }
p { color: rgb(208,45,172); }
H1.HeaderClassName
{
color: #D02DAC;
}
.AnyTagClassName
{
color: #D02DAC;
}
</style>
background-color css
<style>
a { background-color: #D02DAC; }
a { background-color: rgb(208,45,172); }
div.DivClassName
{
background-color: #D02DAC;
}
.BgClassName
{
background-color: #D02DAC;
}
</style>
border-color css
<style>
span { border-color: #D02DAC; }
span { border-color: rgb(208,45,172); }
td.TdClassName
{
border-color: #D02DAC;
}
.TagClassName
{
border-color: #D02DAC;
}
</style>