Shades of Deep Cerise #D02B8D
Tints of Deep Cerise #D02B8D
RGB
CMYK
RGB Variations
Color information
#D02B8D (or 0xD02B8D) is known color: Deep Cerise. HEX triplet: D0, 2B and 8D. RGB value is (208,43,141). Sum of RGB (Red+Green+Blue) = 208+43+141=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02B8D is #2FD472. Grayscale: #676767. Windows color (decimal): -3134579 or 9251792. OLE color: 9251792.
HSL color Cylindrical-coordinate representation of color #D02B8D: hue angle of 324.36º 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 #D02B8D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 141 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.18 |
| HSL | 324.36º | 0.66% | 0.49% | - |
| HSV(B) | 324.36º | 0.79% | 0.82% | - |
| XYZ | 31.68 | 17.06 | 26.82 | - |
| YUV | 103.51 | 149.16 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 141 | 0 | 0.79 | 0.32 | 0.18 | 324.36 | 0.66 | 0.49 |
| Hex | D0 | 2B | 8D | 0 | 4F | 20 | 12 | 144 | 42 | 31 |
| Octal | 320 | 53 | 215 | 0 | 117 | 40 | 22 | 504 | 102 | 61 |
| Binary | 11010000 | 101011 | 10001101 | 0 | 1001111 | 100000 | 10010 | 101000100 | 1000010 | 110001 |
Color Harmonies of #D02B8D
Complementary color
Monochromatic Colors of #D02B8D
Black with #D02B8D
Text Example
Text Example
White with #D02B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B8D; }
p { color: rgb(208,43,141); }
H1.HeaderClassName
{
color: #D02B8D;
}
.AnyTagClassName
{
color: #D02B8D;
}
</style>
background-color css
<style>
a { background-color: #D02B8D; }
a { background-color: rgb(208,43,141); }
div.DivClassName
{
background-color: #D02B8D;
}
.BgClassName
{
background-color: #D02B8D;
}
</style>
border-color css
<style>
span { border-color: #D02B8D; }
span { border-color: rgb(208,43,141); }
td.TdClassName
{
border-color: #D02B8D;
}
.TagClassName
{
border-color: #D02B8D;
}
</style>