Shades of Deep Cerise #D2247E
Tints of Deep Cerise #D2247E
RGB
CMYK
RGB Variations
Color information
#D2247E (or 0xD2247E) is known color: Deep Cerise. HEX triplet: D2, 24 and 7E. RGB value is (210,36,126). Sum of RGB (Red+Green+Blue) = 210+36+126=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2247E is #2DDB81. Grayscale: #626262. Windows color (decimal): -3005314 or 8266962. OLE color: 8266962.
HSL color Cylindrical-coordinate representation of color #D2247E: hue angle of 328.97º 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 #D2247E is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 126 | - |
| CMYK | 0 | 0.83 | 0.4 | 0.18 |
| HSL | 328.97º | 0.71% | 0.48% | - |
| HSV(B) | 328.97º | 0.83% | 0.82% | - |
| XYZ | 30.98 | 16.47 | 21.29 | - |
| YUV | 98.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 126 | 0 | 0.83 | 0.4 | 0.18 | 328.97 | 0.71 | 0.48 |
| Hex | D2 | 24 | 7E | 0 | 53 | 28 | 12 | 149 | 47 | 30 |
| Octal | 322 | 44 | 176 | 0 | 123 | 50 | 22 | 511 | 107 | 60 |
| Binary | 11010010 | 100100 | 1111110 | 0 | 1010011 | 101000 | 10010 | 101001001 | 1000111 | 110000 |
Color Harmonies of #D2247E
Complementary color
Monochromatic Colors of #D2247E
Black with #D2247E
Text Example
Text Example
White with #D2247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2247E; }
p { color: rgb(210,36,126); }
H1.HeaderClassName
{
color: #D2247E;
}
.AnyTagClassName
{
color: #D2247E;
}
</style>
background-color css
<style>
a { background-color: #D2247E; }
a { background-color: rgb(210,36,126); }
div.DivClassName
{
background-color: #D2247E;
}
.BgClassName
{
background-color: #D2247E;
}
</style>
border-color css
<style>
span { border-color: #D2247E; }
span { border-color: rgb(210,36,126); }
td.TdClassName
{
border-color: #D2247E;
}
.TagClassName
{
border-color: #D2247E;
}
</style>