Shades of Deep Cerise #D02A7B
Tints of Deep Cerise #D02A7B
RGB
CMYK
RGB Variations
Color information
#D02A7B (or 0xD02A7B) is known color: Deep Cerise. HEX triplet: D0, 2A and 7B. RGB value is (208,42,123). Sum of RGB (Red+Green+Blue) = 208+42+123=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02A7B is #2FD584. Grayscale: #646464. Windows color (decimal): -3134853 or 8071888. OLE color: 8071888.
HSL color Cylindrical-coordinate representation of color #D02A7B: hue angle of 330.72º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02A7B is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 123 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.18 |
| HSL | 330.72º | 0.66% | 0.49% | - |
| HSV(B) | 330.72º | 0.8% | 0.82% | - |
| XYZ | 30.42 | 16.5 | 20.32 | - |
| YUV | 100.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 123 | 0 | 0.80 | 0.41 | 0.18 | 330.72 | 0.66 | 0.49 |
| Hex | D0 | 2A | 7B | 0 | 50 | 29 | 12 | 14B | 42 | 31 |
| Octal | 320 | 52 | 173 | 0 | 120 | 51 | 22 | 513 | 102 | 61 |
| Binary | 11010000 | 101010 | 1111011 | 0 | 1010000 | 101001 | 10010 | 101001011 | 1000010 | 110001 |
Color Harmonies of #D02A7B
Complementary color
Monochromatic Colors of #D02A7B
Black with #D02A7B
Text Example
Text Example
White with #D02A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A7B; }
p { color: rgb(208,42,123); }
H1.HeaderClassName
{
color: #D02A7B;
}
.AnyTagClassName
{
color: #D02A7B;
}
</style>
background-color css
<style>
a { background-color: #D02A7B; }
a { background-color: rgb(208,42,123); }
div.DivClassName
{
background-color: #D02A7B;
}
.BgClassName
{
background-color: #D02A7B;
}
</style>
border-color css
<style>
span { border-color: #D02A7B; }
span { border-color: rgb(208,42,123); }
td.TdClassName
{
border-color: #D02A7B;
}
.TagClassName
{
border-color: #D02A7B;
}
</style>