Shades of Deep Cerise #D22B7B
Tints of Deep Cerise #D22B7B
RGB
CMYK
RGB Variations
Color information
#D22B7B (or 0xD22B7B) is known color: Deep Cerise. HEX triplet: D2, 2B and 7B. RGB value is (210,43,123). Sum of RGB (Red+Green+Blue) = 210+43+123=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B7B is #2DD484. Grayscale: #656565. Windows color (decimal): -3003525 or 8072146. OLE color: 8072146.
HSL color Cylindrical-coordinate representation of color #D22B7B: hue angle of 331.26º 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 #D22B7B is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 123 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.18 |
| HSL | 331.26º | 0.66% | 0.5% | - |
| HSV(B) | 331.26º | 0.8% | 0.82% | - |
| XYZ | 31.02 | 16.86 | 20.36 | - |
| YUV | 102.05 | 139.83 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 123 | 0 | 0.80 | 0.41 | 0.18 | 331.26 | 0.66 | 0.5 |
| Hex | D2 | 2B | 7B | 0 | 50 | 29 | 12 | 14B | 42 | 32 |
| Octal | 322 | 53 | 173 | 0 | 120 | 51 | 22 | 513 | 102 | 62 |
| Binary | 11010010 | 101011 | 1111011 | 0 | 1010000 | 101001 | 10010 | 101001011 | 1000010 | 110010 |
Color Harmonies of #D22B7B
Complementary color
Monochromatic Colors of #D22B7B
Black with #D22B7B
Text Example
Text Example
White with #D22B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B7B; }
p { color: rgb(210,43,123); }
H1.HeaderClassName
{
color: #D22B7B;
}
.AnyTagClassName
{
color: #D22B7B;
}
</style>
background-color css
<style>
a { background-color: #D22B7B; }
a { background-color: rgb(210,43,123); }
div.DivClassName
{
background-color: #D22B7B;
}
.BgClassName
{
background-color: #D22B7B;
}
</style>
border-color css
<style>
span { border-color: #D22B7B; }
span { border-color: rgb(210,43,123); }
td.TdClassName
{
border-color: #D22B7B;
}
.TagClassName
{
border-color: #D22B7B;
}
</style>