Shades of Deep Cerise #D0237B
Tints of Deep Cerise #D0237B
RGB
CMYK
RGB Variations
Color information
#D0237B (or 0xD0237B) is known color: Deep Cerise. HEX triplet: D0, 23 and 7B. RGB value is (208,35,123). Sum of RGB (Red+Green+Blue) = 208+35+123=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0237B is #2FDC84. Grayscale: #606060. Windows color (decimal): -3136645 or 8070096. OLE color: 8070096.
HSL color Cylindrical-coordinate representation of color #D0237B: hue angle of 329.48º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0237B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 123 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.18 |
| HSL | 329.48º | 0.71% | 0.48% | - |
| HSV(B) | 329.48º | 0.83% | 0.82% | - |
| XYZ | 30.19 | 16.04 | 20.24 | - |
| YUV | 96.76 | 142.81 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 123 | 0 | 0.83 | 0.41 | 0.18 | 329.48 | 0.71 | 0.48 |
| Hex | D0 | 23 | 7B | 0 | 53 | 29 | 12 | 149 | 47 | 30 |
| Octal | 320 | 43 | 173 | 0 | 123 | 51 | 22 | 511 | 107 | 60 |
| Binary | 11010000 | 100011 | 1111011 | 0 | 1010011 | 101001 | 10010 | 101001001 | 1000111 | 110000 |
Color Harmonies of #D0237B
Complementary color
Monochromatic Colors of #D0237B
Black with #D0237B
Text Example
Text Example
White with #D0237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0237B; }
p { color: rgb(208,35,123); }
H1.HeaderClassName
{
color: #D0237B;
}
.AnyTagClassName
{
color: #D0237B;
}
</style>
background-color css
<style>
a { background-color: #D0237B; }
a { background-color: rgb(208,35,123); }
div.DivClassName
{
background-color: #D0237B;
}
.BgClassName
{
background-color: #D0237B;
}
</style>
border-color css
<style>
span { border-color: #D0237B; }
span { border-color: rgb(208,35,123); }
td.TdClassName
{
border-color: #D0237B;
}
.TagClassName
{
border-color: #D0237B;
}
</style>