Shades of Deep Cerise #D22A8C
Tints of Deep Cerise #D22A8C
RGB
CMYK
RGB Variations
Color information
#D22A8C (or 0xD22A8C) is known color: Deep Cerise. HEX triplet: D2, 2A and 8C. RGB value is (210,42,140). Sum of RGB (Red+Green+Blue) = 210+42+140=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22A8C is #2DD573. Grayscale: #676767. Windows color (decimal): -3003764 or 9186002. OLE color: 9186002.
HSL color Cylindrical-coordinate representation of color #D22A8C: hue angle of 325º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22A8C is Cyan = 0, Magento = 0.8, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 140 | - |
| CMYK | 0 | 0.8 | 0.33 | 0.18 |
| HSL | 325º | 0.67% | 0.49% | - |
| HSV(B) | 325º | 0.8% | 0.82% | - |
| XYZ | 32.14 | 17.25 | 26.45 | - |
| YUV | 103.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 140 | 0 | 0.8 | 0.33 | 0.18 | 325 | 0.67 | 0.49 |
| Hex | D2 | 2A | 8C | 0 | 50 | 21 | 12 | 145 | 43 | 31 |
| Octal | 322 | 52 | 214 | 0 | 120 | 41 | 22 | 505 | 103 | 61 |
| Binary | 11010010 | 101010 | 10001100 | 0 | 1010000 | 100001 | 10010 | 101000101 | 1000011 | 110001 |
Color Harmonies of #D22A8C
Complementary color
Monochromatic Colors of #D22A8C
Black with #D22A8C
Text Example
Text Example
White with #D22A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22A8C; }
p { color: rgb(210,42,140); }
H1.HeaderClassName
{
color: #D22A8C;
}
.AnyTagClassName
{
color: #D22A8C;
}
</style>
background-color css
<style>
a { background-color: #D22A8C; }
a { background-color: rgb(210,42,140); }
div.DivClassName
{
background-color: #D22A8C;
}
.BgClassName
{
background-color: #D22A8C;
}
</style>
border-color css
<style>
span { border-color: #D22A8C; }
span { border-color: rgb(210,42,140); }
td.TdClassName
{
border-color: #D22A8C;
}
.TagClassName
{
border-color: #D22A8C;
}
</style>