Shades of Deep Cerise #D22B85
Tints of Deep Cerise #D22B85
RGB
CMYK
RGB Variations
Color information
#D22B85 (or 0xD22B85) is known color: Deep Cerise. HEX triplet: D2, 2B and 85. RGB value is (210,43,133). Sum of RGB (Red+Green+Blue) = 210+43+133=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22B85 is #2DD47A. Grayscale: #676767. Windows color (decimal): -3003515 or 8727506. OLE color: 8727506.
HSL color Cylindrical-coordinate representation of color #D22B85: hue angle of 327.66º 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 #D22B85 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 133 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.18 |
| HSL | 327.66º | 0.66% | 0.5% | - |
| HSV(B) | 327.66º | 0.8% | 0.82% | - |
| XYZ | 31.68 | 17.12 | 23.83 | - |
| YUV | 103.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 133 | 0 | 0.80 | 0.37 | 0.18 | 327.66 | 0.66 | 0.5 |
| Hex | D2 | 2B | 85 | 0 | 50 | 25 | 12 | 148 | 42 | 32 |
| Octal | 322 | 53 | 205 | 0 | 120 | 45 | 22 | 510 | 102 | 62 |
| Binary | 11010010 | 101011 | 10000101 | 0 | 1010000 | 100101 | 10010 | 101001000 | 1000010 | 110010 |
Color Harmonies of #D22B85
Complementary color
Monochromatic Colors of #D22B85
Black with #D22B85
Text Example
Text Example
White with #D22B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B85; }
p { color: rgb(210,43,133); }
H1.HeaderClassName
{
color: #D22B85;
}
.AnyTagClassName
{
color: #D22B85;
}
</style>
background-color css
<style>
a { background-color: #D22B85; }
a { background-color: rgb(210,43,133); }
div.DivClassName
{
background-color: #D22B85;
}
.BgClassName
{
background-color: #D22B85;
}
</style>
border-color css
<style>
span { border-color: #D22B85; }
span { border-color: rgb(210,43,133); }
td.TdClassName
{
border-color: #D22B85;
}
.TagClassName
{
border-color: #D22B85;
}
</style>