Shades of Deep Cerise #D22B7A
Tints of Deep Cerise #D22B7A
RGB
CMYK
RGB Variations
Color information
#D22B7A (or 0xD22B7A) is known color: Deep Cerise. HEX triplet: D2, 2B and 7A. RGB value is (210,43,122). Sum of RGB (Red+Green+Blue) = 210+43+122=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B7A is #2DD485. Grayscale: #656565. Windows color (decimal): -3003526 or 8006610. OLE color: 8006610.
HSL color Cylindrical-coordinate representation of color #D22B7A: hue angle of 331.62º 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 #D22B7A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 122 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.18 |
| HSL | 331.62º | 0.66% | 0.5% | - |
| HSV(B) | 331.62º | 0.8% | 0.82% | - |
| XYZ | 30.96 | 16.83 | 20.03 | - |
| YUV | 101.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 122 | 0 | 0.80 | 0.42 | 0.18 | 331.62 | 0.66 | 0.5 |
| Hex | D2 | 2B | 7A | 0 | 50 | 2A | 12 | 14C | 42 | 32 |
| Octal | 322 | 53 | 172 | 0 | 120 | 52 | 22 | 514 | 102 | 62 |
| Binary | 11010010 | 101011 | 1111010 | 0 | 1010000 | 101010 | 10010 | 101001100 | 1000010 | 110010 |
Color Harmonies of #D22B7A
Complementary color
Monochromatic Colors of #D22B7A
Black with #D22B7A
Text Example
Text Example
White with #D22B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B7A; }
p { color: rgb(210,43,122); }
H1.HeaderClassName
{
color: #D22B7A;
}
.AnyTagClassName
{
color: #D22B7A;
}
</style>
background-color css
<style>
a { background-color: #D22B7A; }
a { background-color: rgb(210,43,122); }
div.DivClassName
{
background-color: #D22B7A;
}
.BgClassName
{
background-color: #D22B7A;
}
</style>
border-color css
<style>
span { border-color: #D22B7A; }
span { border-color: rgb(210,43,122); }
td.TdClassName
{
border-color: #D22B7A;
}
.TagClassName
{
border-color: #D22B7A;
}
</style>