Shades of Deep Cerise #D1237B
Tints of Deep Cerise #D1237B
RGB
CMYK
RGB Variations
Color information
#D1237B (or 0xD1237B) is known color: Deep Cerise. HEX triplet: D1, 23 and 7B. RGB value is (209,35,123). Sum of RGB (Red+Green+Blue) = 209+35+123=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1237B is #2EDC84. Grayscale: #606060. Windows color (decimal): -3071109 or 8070097. OLE color: 8070097.
HSL color Cylindrical-coordinate representation of color #D1237B: hue angle of 329.66º 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 #D1237B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 123 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.18 |
| HSL | 329.66º | 0.71% | 0.48% | - |
| HSV(B) | 329.66º | 0.83% | 0.82% | - |
| XYZ | 30.47 | 16.19 | 20.26 | - |
| YUV | 97.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 123 | 0 | 0.83 | 0.41 | 0.18 | 329.66 | 0.71 | 0.48 |
| Hex | D1 | 23 | 7B | 0 | 53 | 29 | 12 | 14A | 47 | 30 |
| Octal | 321 | 43 | 173 | 0 | 123 | 51 | 22 | 512 | 107 | 60 |
| Binary | 11010001 | 100011 | 1111011 | 0 | 1010011 | 101001 | 10010 | 101001010 | 1000111 | 110000 |
Color Harmonies of #D1237B
Complementary color
Monochromatic Colors of #D1237B
Black with #D1237B
Text Example
Text Example
White with #D1237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1237B; }
p { color: rgb(209,35,123); }
H1.HeaderClassName
{
color: #D1237B;
}
.AnyTagClassName
{
color: #D1237B;
}
</style>
background-color css
<style>
a { background-color: #D1237B; }
a { background-color: rgb(209,35,123); }
div.DivClassName
{
background-color: #D1237B;
}
.BgClassName
{
background-color: #D1237B;
}
</style>
border-color css
<style>
span { border-color: #D1237B; }
span { border-color: rgb(209,35,123); }
td.TdClassName
{
border-color: #D1237B;
}
.TagClassName
{
border-color: #D1237B;
}
</style>