Shades of Cerise #D63964
Tints of Cerise #D63964
RGB
CMYK
RGB Variations
Color information
#D63964 (or 0xD63964) is known color: Cerise. HEX triplet: D6, 39 and 64. RGB value is (214,57,100). Sum of RGB (Red+Green+Blue) = 214+57+100=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D63964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63964 is #29C69B. Grayscale: #6C6C6C. Windows color (decimal): -2737820 or 6568406. OLE color: 6568406.
HSL color Cylindrical-coordinate representation of color #D63964: hue angle of 343.57º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63964 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 100 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.16 |
| HSL | 343.57º | 0.66% | 0.53% | - |
| HSV(B) | 343.57º | 0.73% | 0.84% | - |
| XYZ | 31.49 | 18.14 | 13.9 | - |
| YUV | 108.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 100 | 0 | 0.73 | 0.53 | 0.16 | 343.57 | 0.66 | 0.53 |
| Hex | D6 | 39 | 64 | 0 | 49 | 35 | 10 | 158 | 42 | 35 |
| Octal | 326 | 71 | 144 | 0 | 111 | 65 | 20 | 530 | 102 | 65 |
| Binary | 11010110 | 111001 | 1100100 | 0 | 1001001 | 110101 | 10000 | 101011000 | 1000010 | 110101 |
Color Harmonies of #D63964
Complementary color
Monochromatic Colors of #D63964
Black with #D63964
Text Example
Text Example
White with #D63964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63964; }
p { color: rgb(214,57,100); }
H1.HeaderClassName
{
color: #D63964;
}
.AnyTagClassName
{
color: #D63964;
}
</style>
background-color css
<style>
a { background-color: #D63964; }
a { background-color: rgb(214,57,100); }
div.DivClassName
{
background-color: #D63964;
}
.BgClassName
{
background-color: #D63964;
}
</style>
border-color css
<style>
span { border-color: #D63964; }
span { border-color: rgb(214,57,100); }
td.TdClassName
{
border-color: #D63964;
}
.TagClassName
{
border-color: #D63964;
}
</style>