Shades of Deep Cerise #D2227F
Tints of Deep Cerise #D2227F
RGB
CMYK
RGB Variations
Color information
#D2227F (or 0xD2227F) is known color: Deep Cerise. HEX triplet: D2, 22 and 7F. RGB value is (210,34,127). Sum of RGB (Red+Green+Blue) = 210+34+127=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2227F is #2DDD80. Grayscale: #616161. Windows color (decimal): -3005825 or 8331986. OLE color: 8331986.
HSL color Cylindrical-coordinate representation of color #D2227F: hue angle of 328.3º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2227F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 127 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.18 |
| HSL | 328.3º | 0.72% | 0.48% | - |
| HSV(B) | 328.3º | 0.84% | 0.82% | - |
| XYZ | 30.98 | 16.38 | 21.61 | - |
| YUV | 97.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 127 | 0 | 0.84 | 0.40 | 0.18 | 328.3 | 0.72 | 0.48 |
| Hex | D2 | 22 | 7F | 0 | 54 | 28 | 12 | 148 | 48 | 30 |
| Octal | 322 | 42 | 177 | 0 | 124 | 50 | 22 | 510 | 110 | 60 |
| Binary | 11010010 | 100010 | 1111111 | 0 | 1010100 | 101000 | 10010 | 101001000 | 1001000 | 110000 |
Color Harmonies of #D2227F
Complementary color
Monochromatic Colors of #D2227F
Black with #D2227F
Text Example
Text Example
White with #D2227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2227F; }
p { color: rgb(210,34,127); }
H1.HeaderClassName
{
color: #D2227F;
}
.AnyTagClassName
{
color: #D2227F;
}
</style>
background-color css
<style>
a { background-color: #D2227F; }
a { background-color: rgb(210,34,127); }
div.DivClassName
{
background-color: #D2227F;
}
.BgClassName
{
background-color: #D2227F;
}
</style>
border-color css
<style>
span { border-color: #D2227F; }
span { border-color: rgb(210,34,127); }
td.TdClassName
{
border-color: #D2227F;
}
.TagClassName
{
border-color: #D2227F;
}
</style>