Shades of Deep Cerise #D22C93
Tints of Deep Cerise #D22C93
RGB
CMYK
RGB Variations
Color information
#D22C93 (or 0xD22C93) is known color: Deep Cerise. HEX triplet: D2, 2C and 93. RGB value is (210,44,147). Sum of RGB (Red+Green+Blue) = 210+44+147=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22C93 is #2DD36C. Grayscale: #696969. Windows color (decimal): -3003245 or 9645266. OLE color: 9645266.
HSL color Cylindrical-coordinate representation of color #D22C93: hue angle of 322.77º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C93 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 147 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.18 |
| HSL | 322.77º | 0.65% | 0.5% | - |
| HSV(B) | 322.77º | 0.79% | 0.82% | - |
| XYZ | 32.75 | 17.61 | 29.28 | - |
| YUV | 105.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 147 | 0 | 0.79 | 0.30 | 0.18 | 322.77 | 0.65 | 0.5 |
| Hex | D2 | 2C | 93 | 0 | 4F | 1E | 12 | 143 | 41 | 32 |
| Octal | 322 | 54 | 223 | 0 | 117 | 36 | 22 | 503 | 101 | 62 |
| Binary | 11010010 | 101100 | 10010011 | 0 | 1001111 | 11110 | 10010 | 101000011 | 1000001 | 110010 |
Color Harmonies of #D22C93
Complementary color
Monochromatic Colors of #D22C93
Black with #D22C93
Text Example
Text Example
White with #D22C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C93; }
p { color: rgb(210,44,147); }
H1.HeaderClassName
{
color: #D22C93;
}
.AnyTagClassName
{
color: #D22C93;
}
</style>
background-color css
<style>
a { background-color: #D22C93; }
a { background-color: rgb(210,44,147); }
div.DivClassName
{
background-color: #D22C93;
}
.BgClassName
{
background-color: #D22C93;
}
</style>
border-color css
<style>
span { border-color: #D22C93; }
span { border-color: rgb(210,44,147); }
td.TdClassName
{
border-color: #D22C93;
}
.TagClassName
{
border-color: #D22C93;
}
</style>