Shades of Deep Cerise #D22A7E
Tints of Deep Cerise #D22A7E
RGB
CMYK
RGB Variations
Color information
#D22A7E (or 0xD22A7E) is known color: Deep Cerise. HEX triplet: D2, 2A and 7E. RGB value is (210,42,126). Sum of RGB (Red+Green+Blue) = 210+42+126=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22A7E is #2DD581. Grayscale: #656565. Windows color (decimal): -3003778 or 8268498. OLE color: 8268498.
HSL color Cylindrical-coordinate representation of color #D22A7E: hue angle of 330º 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 #D22A7E is Cyan = 0, Magento = 0.8, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 126 | - |
| CMYK | 0 | 0.8 | 0.4 | 0.18 |
| HSL | 330º | 0.67% | 0.49% | - |
| HSV(B) | 330º | 0.8% | 0.82% | - |
| XYZ | 31.17 | 16.86 | 21.35 | - |
| YUV | 101.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 126 | 0 | 0.8 | 0.4 | 0.18 | 330 | 0.67 | 0.49 |
| Hex | D2 | 2A | 7E | 0 | 50 | 28 | 12 | 14A | 43 | 31 |
| Octal | 322 | 52 | 176 | 0 | 120 | 50 | 22 | 512 | 103 | 61 |
| Binary | 11010010 | 101010 | 1111110 | 0 | 1010000 | 101000 | 10010 | 101001010 | 1000011 | 110001 |
Color Harmonies of #D22A7E
Complementary color
Monochromatic Colors of #D22A7E
Black with #D22A7E
Text Example
Text Example
White with #D22A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22A7E; }
p { color: rgb(210,42,126); }
H1.HeaderClassName
{
color: #D22A7E;
}
.AnyTagClassName
{
color: #D22A7E;
}
</style>
background-color css
<style>
a { background-color: #D22A7E; }
a { background-color: rgb(210,42,126); }
div.DivClassName
{
background-color: #D22A7E;
}
.BgClassName
{
background-color: #D22A7E;
}
</style>
border-color css
<style>
span { border-color: #D22A7E; }
span { border-color: rgb(210,42,126); }
td.TdClassName
{
border-color: #D22A7E;
}
.TagClassName
{
border-color: #D22A7E;
}
</style>