Shades of Cerise #D22772
Tints of Cerise #D22772
RGB
CMYK
RGB Variations
Color information
#D22772 (or 0xD22772) is known color: Cerise. HEX triplet: D2, 27 and 72. RGB value is (210,39,114). Sum of RGB (Red+Green+Blue) = 210+39+114=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D22772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22772 is #2DD88D. Grayscale: #626262. Windows color (decimal): -3004558 or 7481298. OLE color: 7481298.
HSL color Cylindrical-coordinate representation of color #D22772: hue angle of 333.68º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22772 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 114 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.18 |
| HSL | 333.68º | 0.69% | 0.49% | - |
| HSV(B) | 333.68º | 0.81% | 0.82% | - |
| XYZ | 30.34 | 16.37 | 17.48 | - |
| YUV | 98.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 114 | 0 | 0.81 | 0.46 | 0.18 | 333.68 | 0.69 | 0.49 |
| Hex | D2 | 27 | 72 | 0 | 51 | 2E | 12 | 14E | 45 | 31 |
| Octal | 322 | 47 | 162 | 0 | 121 | 56 | 22 | 516 | 105 | 61 |
| Binary | 11010010 | 100111 | 1110010 | 0 | 1010001 | 101110 | 10010 | 101001110 | 1000101 | 110001 |
Color Harmonies of #D22772
Complementary color
Monochromatic Colors of #D22772
Black with #D22772
Text Example
Text Example
White with #D22772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22772; }
p { color: rgb(210,39,114); }
H1.HeaderClassName
{
color: #D22772;
}
.AnyTagClassName
{
color: #D22772;
}
</style>
background-color css
<style>
a { background-color: #D22772; }
a { background-color: rgb(210,39,114); }
div.DivClassName
{
background-color: #D22772;
}
.BgClassName
{
background-color: #D22772;
}
</style>
border-color css
<style>
span { border-color: #D22772; }
span { border-color: rgb(210,39,114); }
td.TdClassName
{
border-color: #D22772;
}
.TagClassName
{
border-color: #D22772;
}
</style>