Shades of Deep Cerise #D22F8C
Tints of Deep Cerise #D22F8C
RGB
CMYK
RGB Variations
Color information
#D22F8C (or 0xD22F8C) is known color: Deep Cerise. HEX triplet: D2, 2F and 8C. RGB value is (210,47,140). Sum of RGB (Red+Green+Blue) = 210+47+140=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F8C is #2DD073. Grayscale: #6A6A6A. Windows color (decimal): -3002484 or 9187282. OLE color: 9187282.
HSL color Cylindrical-coordinate representation of color #D22F8C: hue angle of 325.77º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22F8C is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 140 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.18 |
| HSL | 325.77º | 0.64% | 0.5% | - |
| HSV(B) | 325.77º | 0.78% | 0.82% | - |
| XYZ | 32.33 | 17.63 | 26.51 | - |
| YUV | 106.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 140 | 0 | 0.78 | 0.33 | 0.18 | 325.77 | 0.64 | 0.5 |
| Hex | D2 | 2F | 8C | 0 | 4E | 21 | 12 | 146 | 40 | 32 |
| Octal | 322 | 57 | 214 | 0 | 116 | 41 | 22 | 506 | 100 | 62 |
| Binary | 11010010 | 101111 | 10001100 | 0 | 1001110 | 100001 | 10010 | 101000110 | 1000000 | 110010 |
Color Harmonies of #D22F8C
Complementary color
Monochromatic Colors of #D22F8C
Black with #D22F8C
Text Example
Text Example
White with #D22F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F8C; }
p { color: rgb(210,47,140); }
H1.HeaderClassName
{
color: #D22F8C;
}
.AnyTagClassName
{
color: #D22F8C;
}
</style>
background-color css
<style>
a { background-color: #D22F8C; }
a { background-color: rgb(210,47,140); }
div.DivClassName
{
background-color: #D22F8C;
}
.BgClassName
{
background-color: #D22F8C;
}
</style>
border-color css
<style>
span { border-color: #D22F8C; }
span { border-color: rgb(210,47,140); }
td.TdClassName
{
border-color: #D22F8C;
}
.TagClassName
{
border-color: #D22F8C;
}
</style>