Shades of Deep Cerise #D0309E
Tints of Deep Cerise #D0309E
RGB
CMYK
RGB Variations
Color information
#D0309E (or 0xD0309E) is known color: Deep Cerise. HEX triplet: D0, 30 and 9E. RGB value is (208,48,158). Sum of RGB (Red+Green+Blue) = 208+48+158=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0309E is #2FCF61. Grayscale: #6C6C6C. Windows color (decimal): -3133282 or 10367184. OLE color: 10367184.
HSL color Cylindrical-coordinate representation of color #D0309E: hue angle of 318.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0309E is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 158 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.18 |
| HSL | 318.75º | 0.63% | 0.5% | - |
| HSV(B) | 318.75º | 0.77% | 0.82% | - |
| XYZ | 33.24 | 17.99 | 34.07 | - |
| YUV | 108.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 158 | 0 | 0.77 | 0.24 | 0.18 | 318.75 | 0.63 | 0.5 |
| Hex | D0 | 30 | 9E | 0 | 4D | 18 | 12 | 13F | 3F | 32 |
| Octal | 320 | 60 | 236 | 0 | 115 | 30 | 22 | 477 | 77 | 62 |
| Binary | 11010000 | 110000 | 10011110 | 0 | 1001101 | 11000 | 10010 | 100111111 | 111111 | 110010 |
Color Harmonies of #D0309E
Complementary color
Monochromatic Colors of #D0309E
Black with #D0309E
Text Example
Text Example
White with #D0309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0309E; }
p { color: rgb(208,48,158); }
H1.HeaderClassName
{
color: #D0309E;
}
.AnyTagClassName
{
color: #D0309E;
}
</style>
background-color css
<style>
a { background-color: #D0309E; }
a { background-color: rgb(208,48,158); }
div.DivClassName
{
background-color: #D0309E;
}
.BgClassName
{
background-color: #D0309E;
}
</style>
border-color css
<style>
span { border-color: #D0309E; }
span { border-color: rgb(208,48,158); }
td.TdClassName
{
border-color: #D0309E;
}
.TagClassName
{
border-color: #D0309E;
}
</style>