Shades of Cerise #D64064
Tints of Cerise #D64064
RGB
CMYK
RGB Variations
Color information
#D64064 (or 0xD64064) is known color: Cerise. HEX triplet: D6, 40 and 64. RGB value is (214,64,100). Sum of RGB (Red+Green+Blue) = 214+64+100=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D64064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64064 is #29BF9B. Grayscale: #707070. Windows color (decimal): -2736028 or 6570198. OLE color: 6570198.
HSL color Cylindrical-coordinate representation of color #D64064: hue angle of 345.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64064 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 100 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.16 |
| HSL | 345.6º | 0.65% | 0.55% | - |
| HSV(B) | 345.6º | 0.7% | 0.84% | - |
| XYZ | 31.87 | 18.88 | 14.02 | - |
| YUV | 112.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 100 | 0 | 0.70 | 0.53 | 0.16 | 345.6 | 0.65 | 0.55 |
| Hex | D6 | 40 | 64 | 0 | 46 | 35 | 10 | 15A | 41 | 37 |
| Octal | 326 | 100 | 144 | 0 | 106 | 65 | 20 | 532 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1100100 | 0 | 1000110 | 110101 | 10000 | 101011010 | 1000001 | 110111 |
Color Harmonies of #D64064
Complementary color
Monochromatic Colors of #D64064
Black with #D64064
Text Example
Text Example
White with #D64064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64064; }
p { color: rgb(214,64,100); }
H1.HeaderClassName
{
color: #D64064;
}
.AnyTagClassName
{
color: #D64064;
}
</style>
background-color css
<style>
a { background-color: #D64064; }
a { background-color: rgb(214,64,100); }
div.DivClassName
{
background-color: #D64064;
}
.BgClassName
{
background-color: #D64064;
}
</style>
border-color css
<style>
span { border-color: #D64064; }
span { border-color: rgb(214,64,100); }
td.TdClassName
{
border-color: #D64064;
}
.TagClassName
{
border-color: #D64064;
}
</style>