Shades of Deep Cerise #D02B8F
Tints of Deep Cerise #D02B8F
RGB
CMYK
RGB Variations
Color information
#D02B8F (or 0xD02B8F) is known color: Deep Cerise. HEX triplet: D0, 2B and 8F. RGB value is (208,43,143). Sum of RGB (Red+Green+Blue) = 208+43+143=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02B8F is #2FD470. Grayscale: #676767. Windows color (decimal): -3134577 or 9382864. OLE color: 9382864.
HSL color Cylindrical-coordinate representation of color #D02B8F: hue angle of 323.64º 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 #D02B8F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 143 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.18 |
| HSL | 323.64º | 0.66% | 0.49% | - |
| HSV(B) | 323.64º | 0.79% | 0.82% | - |
| XYZ | 31.83 | 17.12 | 27.61 | - |
| YUV | 103.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 143 | 0 | 0.79 | 0.31 | 0.18 | 323.64 | 0.66 | 0.49 |
| Hex | D0 | 2B | 8F | 0 | 4F | 1F | 12 | 144 | 42 | 31 |
| Octal | 320 | 53 | 217 | 0 | 117 | 37 | 22 | 504 | 102 | 61 |
| Binary | 11010000 | 101011 | 10001111 | 0 | 1001111 | 11111 | 10010 | 101000100 | 1000010 | 110001 |
Color Harmonies of #D02B8F
Complementary color
Monochromatic Colors of #D02B8F
Black with #D02B8F
Text Example
Text Example
White with #D02B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B8F; }
p { color: rgb(208,43,143); }
H1.HeaderClassName
{
color: #D02B8F;
}
.AnyTagClassName
{
color: #D02B8F;
}
</style>
background-color css
<style>
a { background-color: #D02B8F; }
a { background-color: rgb(208,43,143); }
div.DivClassName
{
background-color: #D02B8F;
}
.BgClassName
{
background-color: #D02B8F;
}
</style>
border-color css
<style>
span { border-color: #D02B8F; }
span { border-color: rgb(208,43,143); }
td.TdClassName
{
border-color: #D02B8F;
}
.TagClassName
{
border-color: #D02B8F;
}
</style>