Shades of Deep Cerise #D22FAB
Tints of Deep Cerise #D22FAB
RGB
CMYK
RGB Variations
Color information
#D22FAB (or 0xD22FAB) is known color: Deep Cerise. HEX triplet: D2, 2F and AB. RGB value is (210,47,171). Sum of RGB (Red+Green+Blue) = 210+47+171=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22FAB is #2DD054. Grayscale: #6D6D6D. Windows color (decimal): -3002453 or 11218898. OLE color: 11218898.
HSL color Cylindrical-coordinate representation of color #D22FAB: hue angle of 314.36º 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 #D22FAB is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 171 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.18 |
| HSL | 314.36º | 0.64% | 0.5% | - |
| HSV(B) | 314.36º | 0.78% | 0.82% | - |
| XYZ | 34.95 | 18.67 | 40.29 | - |
| YUV | 109.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 171 | 0 | 0.78 | 0.19 | 0.18 | 314.36 | 0.64 | 0.5 |
| Hex | D2 | 2F | AB | 0 | 4E | 13 | 12 | 13A | 40 | 32 |
| Octal | 322 | 57 | 253 | 0 | 116 | 23 | 22 | 472 | 100 | 62 |
| Binary | 11010010 | 101111 | 10101011 | 0 | 1001110 | 10011 | 10010 | 100111010 | 1000000 | 110010 |
Color Harmonies of #D22FAB
Complementary color
Monochromatic Colors of #D22FAB
Black with #D22FAB
Text Example
Text Example
White with #D22FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FAB; }
p { color: rgb(210,47,171); }
H1.HeaderClassName
{
color: #D22FAB;
}
.AnyTagClassName
{
color: #D22FAB;
}
</style>
background-color css
<style>
a { background-color: #D22FAB; }
a { background-color: rgb(210,47,171); }
div.DivClassName
{
background-color: #D22FAB;
}
.BgClassName
{
background-color: #D22FAB;
}
</style>
border-color css
<style>
span { border-color: #D22FAB; }
span { border-color: rgb(210,47,171); }
td.TdClassName
{
border-color: #D22FAB;
}
.TagClassName
{
border-color: #D22FAB;
}
</style>