Shades of Deep Cerise #D02C82
Tints of Deep Cerise #D02C82
RGB
CMYK
RGB Variations
Color information
#D02C82 (or 0xD02C82) is known color: Deep Cerise. HEX triplet: D0, 2C and 82. RGB value is (208,44,130). Sum of RGB (Red+Green+Blue) = 208+44+130=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C82 is #2FD37D. Grayscale: #666666. Windows color (decimal): -3134334 or 8531152. OLE color: 8531152.
HSL color Cylindrical-coordinate representation of color #D02C82: hue angle of 328.54º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C82 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 130 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.18 |
| HSL | 328.54º | 0.65% | 0.49% | - |
| HSV(B) | 328.54º | 0.79% | 0.82% | - |
| XYZ | 30.94 | 16.82 | 22.74 | - |
| YUV | 102.84 | 143.33 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 130 | 0 | 0.79 | 0.38 | 0.18 | 328.54 | 0.65 | 0.49 |
| Hex | D0 | 2C | 82 | 0 | 4F | 26 | 12 | 149 | 41 | 31 |
| Octal | 320 | 54 | 202 | 0 | 117 | 46 | 22 | 511 | 101 | 61 |
| Binary | 11010000 | 101100 | 10000010 | 0 | 1001111 | 100110 | 10010 | 101001001 | 1000001 | 110001 |
Color Harmonies of #D02C82
Complementary color
Monochromatic Colors of #D02C82
Black with #D02C82
Text Example
Text Example
White with #D02C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C82; }
p { color: rgb(208,44,130); }
H1.HeaderClassName
{
color: #D02C82;
}
.AnyTagClassName
{
color: #D02C82;
}
</style>
background-color css
<style>
a { background-color: #D02C82; }
a { background-color: rgb(208,44,130); }
div.DivClassName
{
background-color: #D02C82;
}
.BgClassName
{
background-color: #D02C82;
}
</style>
border-color css
<style>
span { border-color: #D02C82; }
span { border-color: rgb(208,44,130); }
td.TdClassName
{
border-color: #D02C82;
}
.TagClassName
{
border-color: #D02C82;
}
</style>