Shades of Deep Cerise #D22B93
Tints of Deep Cerise #D22B93
RGB
CMYK
RGB Variations
Color information
#D22B93 (or 0xD22B93) is known color: Deep Cerise. HEX triplet: D2, 2B and 93. RGB value is (210,43,147). Sum of RGB (Red+Green+Blue) = 210+43+147=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22B93 is #2DD46C. Grayscale: #686868. Windows color (decimal): -3003501 or 9645010. OLE color: 9645010.
HSL color Cylindrical-coordinate representation of color #D22B93: hue angle of 322.63º 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 #D22B93 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 147 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.18 |
| HSL | 322.63º | 0.66% | 0.5% | - |
| HSV(B) | 322.63º | 0.8% | 0.82% | - |
| XYZ | 32.71 | 17.54 | 29.26 | - |
| YUV | 104.79 | 151.83 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 147 | 0 | 0.80 | 0.30 | 0.18 | 322.63 | 0.66 | 0.5 |
| Hex | D2 | 2B | 93 | 0 | 50 | 1E | 12 | 143 | 42 | 32 |
| Octal | 322 | 53 | 223 | 0 | 120 | 36 | 22 | 503 | 102 | 62 |
| Binary | 11010010 | 101011 | 10010011 | 0 | 1010000 | 11110 | 10010 | 101000011 | 1000010 | 110010 |
Color Harmonies of #D22B93
Complementary color
Monochromatic Colors of #D22B93
Black with #D22B93
Text Example
Text Example
White with #D22B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B93; }
p { color: rgb(210,43,147); }
H1.HeaderClassName
{
color: #D22B93;
}
.AnyTagClassName
{
color: #D22B93;
}
</style>
background-color css
<style>
a { background-color: #D22B93; }
a { background-color: rgb(210,43,147); }
div.DivClassName
{
background-color: #D22B93;
}
.BgClassName
{
background-color: #D22B93;
}
</style>
border-color css
<style>
span { border-color: #D22B93; }
span { border-color: rgb(210,43,147); }
td.TdClassName
{
border-color: #D22B93;
}
.TagClassName
{
border-color: #D22B93;
}
</style>