Shades of Deep Cerise #D22BAD
Tints of Deep Cerise #D22BAD
RGB
CMYK
RGB Variations
Color information
#D22BAD (or 0xD22BAD) is known color: Deep Cerise. HEX triplet: D2, 2B and AD. RGB value is (210,43,173). Sum of RGB (Red+Green+Blue) = 210+43+173=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22BAD is #2DD452. Grayscale: #6B6B6B. Windows color (decimal): -3003475 or 11348946. OLE color: 11348946.
HSL color Cylindrical-coordinate representation of color #D22BAD: hue angle of 313.29º 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 #D22BAD is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 173 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.18 |
| HSL | 313.29º | 0.66% | 0.5% | - |
| HSV(B) | 313.29º | 0.8% | 0.82% | - |
| XYZ | 34.99 | 18.45 | 41.25 | - |
| YUV | 107.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 173 | 0 | 0.80 | 0.18 | 0.18 | 313.29 | 0.66 | 0.5 |
| Hex | D2 | 2B | AD | 0 | 50 | 12 | 12 | 139 | 42 | 32 |
| Octal | 322 | 53 | 255 | 0 | 120 | 22 | 22 | 471 | 102 | 62 |
| Binary | 11010010 | 101011 | 10101101 | 0 | 1010000 | 10010 | 10010 | 100111001 | 1000010 | 110010 |
Color Harmonies of #D22BAD
Complementary color
Monochromatic Colors of #D22BAD
Black with #D22BAD
Text Example
Text Example
White with #D22BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BAD; }
p { color: rgb(210,43,173); }
H1.HeaderClassName
{
color: #D22BAD;
}
.AnyTagClassName
{
color: #D22BAD;
}
</style>
background-color css
<style>
a { background-color: #D22BAD; }
a { background-color: rgb(210,43,173); }
div.DivClassName
{
background-color: #D22BAD;
}
.BgClassName
{
background-color: #D22BAD;
}
</style>
border-color css
<style>
span { border-color: #D22BAD; }
span { border-color: rgb(210,43,173); }
td.TdClassName
{
border-color: #D22BAD;
}
.TagClassName
{
border-color: #D22BAD;
}
</style>