Shades of Deep Cerise #D22B7E
Tints of Deep Cerise #D22B7E
RGB
CMYK
RGB Variations
Color information
#D22B7E (or 0xD22B7E) is known color: Deep Cerise. HEX triplet: D2, 2B and 7E. RGB value is (210,43,126). Sum of RGB (Red+Green+Blue) = 210+43+126=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B7E is #2DD481. Grayscale: #666666. Windows color (decimal): -3003522 or 8268754. OLE color: 8268754.
HSL color Cylindrical-coordinate representation of color #D22B7E: hue angle of 330.18º 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 #D22B7E is Cyan = 0, Magento = 0.80, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 126 | - |
| CMYK | 0 | 0.80 | 0.4 | 0.18 |
| HSL | 330.18º | 0.66% | 0.5% | - |
| HSV(B) | 330.18º | 0.8% | 0.82% | - |
| XYZ | 31.21 | 16.94 | 21.36 | - |
| YUV | 102.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 126 | 0 | 0.80 | 0.4 | 0.18 | 330.18 | 0.66 | 0.5 |
| Hex | D2 | 2B | 7E | 0 | 50 | 28 | 12 | 14A | 42 | 32 |
| Octal | 322 | 53 | 176 | 0 | 120 | 50 | 22 | 512 | 102 | 62 |
| Binary | 11010010 | 101011 | 1111110 | 0 | 1010000 | 101000 | 10010 | 101001010 | 1000010 | 110010 |
Color Harmonies of #D22B7E
Complementary color
Monochromatic Colors of #D22B7E
Black with #D22B7E
Text Example
Text Example
White with #D22B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B7E; }
p { color: rgb(210,43,126); }
H1.HeaderClassName
{
color: #D22B7E;
}
.AnyTagClassName
{
color: #D22B7E;
}
</style>
background-color css
<style>
a { background-color: #D22B7E; }
a { background-color: rgb(210,43,126); }
div.DivClassName
{
background-color: #D22B7E;
}
.BgClassName
{
background-color: #D22B7E;
}
</style>
border-color css
<style>
span { border-color: #D22B7E; }
span { border-color: rgb(210,43,126); }
td.TdClassName
{
border-color: #D22B7E;
}
.TagClassName
{
border-color: #D22B7E;
}
</style>