Shades of Deep Cerise #D22B7D
Tints of Deep Cerise #D22B7D
RGB
CMYK
RGB Variations
Color information
#D22B7D (or 0xD22B7D) is known color: Deep Cerise. HEX triplet: D2, 2B and 7D. RGB value is (210,43,125). Sum of RGB (Red+Green+Blue) = 210+43+125=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B7D is #2DD482. Grayscale: #666666. Windows color (decimal): -3003523 or 8203218. OLE color: 8203218.
HSL color Cylindrical-coordinate representation of color #D22B7D: hue angle of 330.54º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B7D is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 125 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.18 |
| HSL | 330.54º | 0.66% | 0.5% | - |
| HSV(B) | 330.54º | 0.8% | 0.82% | - |
| XYZ | 31.14 | 16.91 | 21.02 | - |
| YUV | 102.28 | 140.83 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 125 | 0 | 0.80 | 0.40 | 0.18 | 330.54 | 0.66 | 0.5 |
| Hex | D2 | 2B | 7D | 0 | 50 | 28 | 12 | 14B | 42 | 32 |
| Octal | 322 | 53 | 175 | 0 | 120 | 50 | 22 | 513 | 102 | 62 |
| Binary | 11010010 | 101011 | 1111101 | 0 | 1010000 | 101000 | 10010 | 101001011 | 1000010 | 110010 |
Color Harmonies of #D22B7D
Complementary color
Monochromatic Colors of #D22B7D
Black with #D22B7D
Text Example
Text Example
White with #D22B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B7D; }
p { color: rgb(210,43,125); }
H1.HeaderClassName
{
color: #D22B7D;
}
.AnyTagClassName
{
color: #D22B7D;
}
</style>
background-color css
<style>
a { background-color: #D22B7D; }
a { background-color: rgb(210,43,125); }
div.DivClassName
{
background-color: #D22B7D;
}
.BgClassName
{
background-color: #D22B7D;
}
</style>
border-color css
<style>
span { border-color: #D22B7D; }
span { border-color: rgb(210,43,125); }
td.TdClassName
{
border-color: #D22B7D;
}
.TagClassName
{
border-color: #D22B7D;
}
</style>