Shades of Cerise #D22764
Tints of Cerise #D22764
RGB
CMYK
RGB Variations
Color information
#D22764 (or 0xD22764) is known color: Cerise. HEX triplet: D2, 27 and 64. RGB value is (210,39,100). Sum of RGB (Red+Green+Blue) = 210+39+100=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D22764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22764 is #2DD89B. Grayscale: #616161. Windows color (decimal): -3004572 or 6563794. OLE color: 6563794.
HSL color Cylindrical-coordinate representation of color #D22764: hue angle of 338.6º 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 #D22764 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 100 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.18 |
| HSL | 338.6º | 0.69% | 0.49% | - |
| HSV(B) | 338.6º | 0.81% | 0.82% | - |
| XYZ | 29.6 | 16.07 | 13.6 | - |
| YUV | 97.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 100 | 0 | 0.81 | 0.52 | 0.18 | 338.6 | 0.69 | 0.49 |
| Hex | D2 | 27 | 64 | 0 | 51 | 34 | 12 | 153 | 45 | 31 |
| Octal | 322 | 47 | 144 | 0 | 121 | 64 | 22 | 523 | 105 | 61 |
| Binary | 11010010 | 100111 | 1100100 | 0 | 1010001 | 110100 | 10010 | 101010011 | 1000101 | 110001 |
Color Harmonies of #D22764
Complementary color
Monochromatic Colors of #D22764
Black with #D22764
Text Example
Text Example
White with #D22764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22764; }
p { color: rgb(210,39,100); }
H1.HeaderClassName
{
color: #D22764;
}
.AnyTagClassName
{
color: #D22764;
}
</style>
background-color css
<style>
a { background-color: #D22764; }
a { background-color: rgb(210,39,100); }
div.DivClassName
{
background-color: #D22764;
}
.BgClassName
{
background-color: #D22764;
}
</style>
border-color css
<style>
span { border-color: #D22764; }
span { border-color: rgb(210,39,100); }
td.TdClassName
{
border-color: #D22764;
}
.TagClassName
{
border-color: #D22764;
}
</style>