Shades of Deep Cerise #D02672
Tints of Deep Cerise #D02672
RGB
CMYK
RGB Variations
Color information
#D02672 (or 0xD02672) is known color: Deep Cerise. HEX triplet: D0, 26 and 72. RGB value is (208,38,114). Sum of RGB (Red+Green+Blue) = 208+38+114=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D02672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02672 is #2FD98D. Grayscale: #616161. Windows color (decimal): -3135886 or 7481040. OLE color: 7481040.
HSL color Cylindrical-coordinate representation of color #D02672: hue angle of 333.18º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02672 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 114 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.18 |
| HSL | 333.18º | 0.69% | 0.48% | - |
| HSV(B) | 333.18º | 0.82% | 0.82% | - |
| XYZ | 29.74 | 16.01 | 17.44 | - |
| YUV | 97.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 114 | 0 | 0.82 | 0.45 | 0.18 | 333.18 | 0.69 | 0.48 |
| Hex | D0 | 26 | 72 | 0 | 52 | 2D | 12 | 14D | 45 | 30 |
| Octal | 320 | 46 | 162 | 0 | 122 | 55 | 22 | 515 | 105 | 60 |
| Binary | 11010000 | 100110 | 1110010 | 0 | 1010010 | 101101 | 10010 | 101001101 | 1000101 | 110000 |
Color Harmonies of #D02672
Complementary color
Monochromatic Colors of #D02672
Black with #D02672
Text Example
Text Example
White with #D02672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02672; }
p { color: rgb(208,38,114); }
H1.HeaderClassName
{
color: #D02672;
}
.AnyTagClassName
{
color: #D02672;
}
</style>
background-color css
<style>
a { background-color: #D02672; }
a { background-color: rgb(208,38,114); }
div.DivClassName
{
background-color: #D02672;
}
.BgClassName
{
background-color: #D02672;
}
</style>
border-color css
<style>
span { border-color: #D02672; }
span { border-color: rgb(208,38,114); }
td.TdClassName
{
border-color: #D02672;
}
.TagClassName
{
border-color: #D02672;
}
</style>