Shades of Deep Cerise #D22FAA
Tints of Deep Cerise #D22FAA
RGB
CMYK
RGB Variations
Color information
#D22FAA (or 0xD22FAA) is known color: Deep Cerise. HEX triplet: D2, 2F and AA. RGB value is (210,47,170). Sum of RGB (Red+Green+Blue) = 210+47+170=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22FAA is #2DD055. Grayscale: #6D6D6D. Windows color (decimal): -3002454 or 11153362. OLE color: 11153362.
HSL color Cylindrical-coordinate representation of color #D22FAA: hue angle of 314.72º 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 #D22FAA is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 170 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.18 |
| HSL | 314.72º | 0.64% | 0.5% | - |
| HSV(B) | 314.72º | 0.78% | 0.82% | - |
| XYZ | 34.85 | 18.64 | 39.79 | - |
| YUV | 109.76 | 162 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 170 | 0 | 0.78 | 0.19 | 0.18 | 314.72 | 0.64 | 0.5 |
| Hex | D2 | 2F | AA | 0 | 4E | 13 | 12 | 13B | 40 | 32 |
| Octal | 322 | 57 | 252 | 0 | 116 | 23 | 22 | 473 | 100 | 62 |
| Binary | 11010010 | 101111 | 10101010 | 0 | 1001110 | 10011 | 10010 | 100111011 | 1000000 | 110010 |
Color Harmonies of #D22FAA
Complementary color
Monochromatic Colors of #D22FAA
Black with #D22FAA
Text Example
Text Example
White with #D22FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FAA; }
p { color: rgb(210,47,170); }
H1.HeaderClassName
{
color: #D22FAA;
}
.AnyTagClassName
{
color: #D22FAA;
}
</style>
background-color css
<style>
a { background-color: #D22FAA; }
a { background-color: rgb(210,47,170); }
div.DivClassName
{
background-color: #D22FAA;
}
.BgClassName
{
background-color: #D22FAA;
}
</style>
border-color css
<style>
span { border-color: #D22FAA; }
span { border-color: rgb(210,47,170); }
td.TdClassName
{
border-color: #D22FAA;
}
.TagClassName
{
border-color: #D22FAA;
}
</style>