Shades of Cerise #D22760
Tints of Cerise #D22760
RGB
CMYK
RGB Variations
Color information
#D22760 (or 0xD22760) is known color: Cerise. HEX triplet: D2, 27 and 60. RGB value is (210,39,96). Sum of RGB (Red+Green+Blue) = 210+39+96=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D22760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22760 is #2DD89F. Grayscale: #606060. Windows color (decimal): -3004576 or 6301650. OLE color: 6301650.
HSL color Cylindrical-coordinate representation of color #D22760: hue angle of 340º 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 #D22760 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 96 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.18 |
| HSL | 340º | 0.69% | 0.49% | - |
| HSV(B) | 340º | 0.81% | 0.82% | - |
| XYZ | 29.42 | 16 | 12.6 | - |
| YUV | 96.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 96 | 0 | 0.81 | 0.54 | 0.18 | 340 | 0.69 | 0.49 |
| Hex | D2 | 27 | 60 | 0 | 51 | 36 | 12 | 154 | 45 | 31 |
| Octal | 322 | 47 | 140 | 0 | 121 | 66 | 22 | 524 | 105 | 61 |
| Binary | 11010010 | 100111 | 1100000 | 0 | 1010001 | 110110 | 10010 | 101010100 | 1000101 | 110001 |
Color Harmonies of #D22760
Complementary color
Monochromatic Colors of #D22760
Black with #D22760
Text Example
Text Example
White with #D22760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22760; }
p { color: rgb(210,39,96); }
H1.HeaderClassName
{
color: #D22760;
}
.AnyTagClassName
{
color: #D22760;
}
</style>
background-color css
<style>
a { background-color: #D22760; }
a { background-color: rgb(210,39,96); }
div.DivClassName
{
background-color: #D22760;
}
.BgClassName
{
background-color: #D22760;
}
</style>
border-color css
<style>
span { border-color: #D22760; }
span { border-color: rgb(210,39,96); }
td.TdClassName
{
border-color: #D22760;
}
.TagClassName
{
border-color: #D22760;
}
</style>