Shades of Cerise #D23564
Tints of Cerise #D23564
RGB
CMYK
RGB Variations
Color information
#D23564 (or 0xD23564) is known color: Cerise. HEX triplet: D2, 35 and 64. RGB value is (210,53,100). Sum of RGB (Red+Green+Blue) = 210+53+100=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D23564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23564 is #2DCA9B. Grayscale: #696969. Windows color (decimal): -3000988 or 6567378. OLE color: 6567378.
HSL color Cylindrical-coordinate representation of color #D23564: hue angle of 342.04º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23564 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 100 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.18 |
| HSL | 342.04º | 0.64% | 0.52% | - |
| HSV(B) | 342.04º | 0.75% | 0.82% | - |
| XYZ | 30.15 | 17.17 | 13.78 | - |
| YUV | 105.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 100 | 0 | 0.75 | 0.52 | 0.18 | 342.04 | 0.64 | 0.52 |
| Hex | D2 | 35 | 64 | 0 | 4B | 34 | 12 | 156 | 40 | 34 |
| Octal | 322 | 65 | 144 | 0 | 113 | 64 | 22 | 526 | 100 | 64 |
| Binary | 11010010 | 110101 | 1100100 | 0 | 1001011 | 110100 | 10010 | 101010110 | 1000000 | 110100 |
Color Harmonies of #D23564
Complementary color
Monochromatic Colors of #D23564
Black with #D23564
Text Example
Text Example
White with #D23564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23564; }
p { color: rgb(210,53,100); }
H1.HeaderClassName
{
color: #D23564;
}
.AnyTagClassName
{
color: #D23564;
}
</style>
background-color css
<style>
a { background-color: #D23564; }
a { background-color: rgb(210,53,100); }
div.DivClassName
{
background-color: #D23564;
}
.BgClassName
{
background-color: #D23564;
}
</style>
border-color css
<style>
span { border-color: #D23564; }
span { border-color: rgb(210,53,100); }
td.TdClassName
{
border-color: #D23564;
}
.TagClassName
{
border-color: #D23564;
}
</style>