Shades of Deep Cerise #D02B7B
Tints of Deep Cerise #D02B7B
RGB
CMYK
RGB Variations
Color information
#D02B7B (or 0xD02B7B) is known color: Deep Cerise. HEX triplet: D0, 2B and 7B. RGB value is (208,43,123). Sum of RGB (Red+Green+Blue) = 208+43+123=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02B7B is #2FD484. Grayscale: #656565. Windows color (decimal): -3134597 or 8072144. OLE color: 8072144.
HSL color Cylindrical-coordinate representation of color #D02B7B: hue angle of 330.91º degrees, saturation: 0.66, 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 #D02B7B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 123 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.18 |
| HSL | 330.91º | 0.66% | 0.49% | - |
| HSV(B) | 330.91º | 0.79% | 0.82% | - |
| XYZ | 30.45 | 16.57 | 20.33 | - |
| YUV | 101.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 123 | 0 | 0.79 | 0.41 | 0.18 | 330.91 | 0.66 | 0.49 |
| Hex | D0 | 2B | 7B | 0 | 4F | 29 | 12 | 14B | 42 | 31 |
| Octal | 320 | 53 | 173 | 0 | 117 | 51 | 22 | 513 | 102 | 61 |
| Binary | 11010000 | 101011 | 1111011 | 0 | 1001111 | 101001 | 10010 | 101001011 | 1000010 | 110001 |
Color Harmonies of #D02B7B
Complementary color
Monochromatic Colors of #D02B7B
Black with #D02B7B
Text Example
Text Example
White with #D02B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B7B; }
p { color: rgb(208,43,123); }
H1.HeaderClassName
{
color: #D02B7B;
}
.AnyTagClassName
{
color: #D02B7B;
}
</style>
background-color css
<style>
a { background-color: #D02B7B; }
a { background-color: rgb(208,43,123); }
div.DivClassName
{
background-color: #D02B7B;
}
.BgClassName
{
background-color: #D02B7B;
}
</style>
border-color css
<style>
span { border-color: #D02B7B; }
span { border-color: rgb(208,43,123); }
td.TdClassName
{
border-color: #D02B7B;
}
.TagClassName
{
border-color: #D02B7B;
}
</style>