Shades of Cerise #D22B5A
Tints of Cerise #D22B5A
RGB
CMYK
RGB Variations
Color information
#D22B5A (or 0xD22B5A) is known color: Cerise. HEX triplet: D2, 2B and 5A. RGB value is (210,43,90). Sum of RGB (Red+Green+Blue) = 210+43+90=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B5A is #2DD4A5. Grayscale: #626262. Windows color (decimal): -3003558 or 5909458. OLE color: 5909458.
HSL color Cylindrical-coordinate representation of color #D22B5A: hue angle of 343.11º 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 #D22B5A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 90 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.18 |
| HSL | 343.11º | 0.66% | 0.5% | - |
| HSV(B) | 343.11º | 0.8% | 0.82% | - |
| XYZ | 29.29 | 16.17 | 11.25 | - |
| YUV | 98.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 90 | 0 | 0.80 | 0.57 | 0.18 | 343.11 | 0.66 | 0.5 |
| Hex | D2 | 2B | 5A | 0 | 50 | 39 | 12 | 157 | 42 | 32 |
| Octal | 322 | 53 | 132 | 0 | 120 | 71 | 22 | 527 | 102 | 62 |
| Binary | 11010010 | 101011 | 1011010 | 0 | 1010000 | 111001 | 10010 | 101010111 | 1000010 | 110010 |
Color Harmonies of #D22B5A
Complementary color
Monochromatic Colors of #D22B5A
Black with #D22B5A
Text Example
Text Example
White with #D22B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B5A; }
p { color: rgb(210,43,90); }
H1.HeaderClassName
{
color: #D22B5A;
}
.AnyTagClassName
{
color: #D22B5A;
}
</style>
background-color css
<style>
a { background-color: #D22B5A; }
a { background-color: rgb(210,43,90); }
div.DivClassName
{
background-color: #D22B5A;
}
.BgClassName
{
background-color: #D22B5A;
}
</style>
border-color css
<style>
span { border-color: #D22B5A; }
span { border-color: rgb(210,43,90); }
td.TdClassName
{
border-color: #D22B5A;
}
.TagClassName
{
border-color: #D22B5A;
}
</style>