Shades of Deep Cerise #D0307B
Tints of Deep Cerise #D0307B
RGB
CMYK
RGB Variations
Color information
#D0307B (or 0xD0307B) is known color: Deep Cerise. HEX triplet: D0, 30 and 7B. RGB value is (208,48,123). Sum of RGB (Red+Green+Blue) = 208+48+123=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0307B is #2FCF84. Grayscale: #686868. Windows color (decimal): -3133317 or 8073424. OLE color: 8073424.
HSL color Cylindrical-coordinate representation of color #D0307B: hue angle of 331.88º 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 #D0307B is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 123 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.18 |
| HSL | 331.88º | 0.63% | 0.5% | - |
| HSV(B) | 331.88º | 0.77% | 0.82% | - |
| XYZ | 30.64 | 16.95 | 20.4 | - |
| YUV | 104.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 123 | 0 | 0.77 | 0.41 | 0.18 | 331.88 | 0.63 | 0.5 |
| Hex | D0 | 30 | 7B | 0 | 4D | 29 | 12 | 14C | 3F | 32 |
| Octal | 320 | 60 | 173 | 0 | 115 | 51 | 22 | 514 | 77 | 62 |
| Binary | 11010000 | 110000 | 1111011 | 0 | 1001101 | 101001 | 10010 | 101001100 | 111111 | 110010 |
Color Harmonies of #D0307B
Complementary color
Monochromatic Colors of #D0307B
Black with #D0307B
Text Example
Text Example
White with #D0307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0307B; }
p { color: rgb(208,48,123); }
H1.HeaderClassName
{
color: #D0307B;
}
.AnyTagClassName
{
color: #D0307B;
}
</style>
background-color css
<style>
a { background-color: #D0307B; }
a { background-color: rgb(208,48,123); }
div.DivClassName
{
background-color: #D0307B;
}
.BgClassName
{
background-color: #D0307B;
}
</style>
border-color css
<style>
span { border-color: #D0307B; }
span { border-color: rgb(208,48,123); }
td.TdClassName
{
border-color: #D0307B;
}
.TagClassName
{
border-color: #D0307B;
}
</style>