Shades of Deep Cerise #D0308F
Tints of Deep Cerise #D0308F
RGB
CMYK
RGB Variations
Color information
#D0308F (or 0xD0308F) is known color: Deep Cerise. HEX triplet: D0, 30 and 8F. RGB value is (208,48,143). Sum of RGB (Red+Green+Blue) = 208+48+143=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0308F is #2FCF70. Grayscale: #6A6A6A. Windows color (decimal): -3133297 or 9384144. OLE color: 9384144.
HSL color Cylindrical-coordinate representation of color #D0308F: hue angle of 324.38º 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 #D0308F is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 143 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.18 |
| HSL | 324.38º | 0.63% | 0.5% | - |
| HSV(B) | 324.38º | 0.77% | 0.82% | - |
| XYZ | 32.03 | 17.51 | 27.68 | - |
| YUV | 106.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 143 | 0 | 0.77 | 0.31 | 0.18 | 324.38 | 0.63 | 0.5 |
| Hex | D0 | 30 | 8F | 0 | 4D | 1F | 12 | 144 | 3F | 32 |
| Octal | 320 | 60 | 217 | 0 | 115 | 37 | 22 | 504 | 77 | 62 |
| Binary | 11010000 | 110000 | 10001111 | 0 | 1001101 | 11111 | 10010 | 101000100 | 111111 | 110010 |
Color Harmonies of #D0308F
Complementary color
Monochromatic Colors of #D0308F
Black with #D0308F
Text Example
Text Example
White with #D0308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0308F; }
p { color: rgb(208,48,143); }
H1.HeaderClassName
{
color: #D0308F;
}
.AnyTagClassName
{
color: #D0308F;
}
</style>
background-color css
<style>
a { background-color: #D0308F; }
a { background-color: rgb(208,48,143); }
div.DivClassName
{
background-color: #D0308F;
}
.BgClassName
{
background-color: #D0308F;
}
</style>
border-color css
<style>
span { border-color: #D0308F; }
span { border-color: rgb(208,48,143); }
td.TdClassName
{
border-color: #D0308F;
}
.TagClassName
{
border-color: #D0308F;
}
</style>