Shades of Deep Cerise #D2247F
Tints of Deep Cerise #D2247F
RGB
CMYK
RGB Variations
Color information
#D2247F (or 0xD2247F) is known color: Deep Cerise. HEX triplet: D2, 24 and 7F. RGB value is (210,36,127). Sum of RGB (Red+Green+Blue) = 210+36+127=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2247F is #2DDB80. Grayscale: #626262. Windows color (decimal): -3005313 or 8332498. OLE color: 8332498.
HSL color Cylindrical-coordinate representation of color #D2247F: hue angle of 328.62º 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 #D2247F is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 127 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.18 |
| HSL | 328.62º | 0.71% | 0.48% | - |
| HSV(B) | 328.62º | 0.83% | 0.82% | - |
| XYZ | 31.04 | 16.5 | 21.63 | - |
| YUV | 98.4 | 144.15 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 127 | 0 | 0.83 | 0.40 | 0.18 | 328.62 | 0.71 | 0.48 |
| Hex | D2 | 24 | 7F | 0 | 53 | 28 | 12 | 149 | 47 | 30 |
| Octal | 322 | 44 | 177 | 0 | 123 | 50 | 22 | 511 | 107 | 60 |
| Binary | 11010010 | 100100 | 1111111 | 0 | 1010011 | 101000 | 10010 | 101001001 | 1000111 | 110000 |
Color Harmonies of #D2247F
Complementary color
Monochromatic Colors of #D2247F
Black with #D2247F
Text Example
Text Example
White with #D2247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2247F; }
p { color: rgb(210,36,127); }
H1.HeaderClassName
{
color: #D2247F;
}
.AnyTagClassName
{
color: #D2247F;
}
</style>
background-color css
<style>
a { background-color: #D2247F; }
a { background-color: rgb(210,36,127); }
div.DivClassName
{
background-color: #D2247F;
}
.BgClassName
{
background-color: #D2247F;
}
</style>
border-color css
<style>
span { border-color: #D2247F; }
span { border-color: rgb(210,36,127); }
td.TdClassName
{
border-color: #D2247F;
}
.TagClassName
{
border-color: #D2247F;
}
</style>