Shades of Cerise #D63555
Tints of Cerise #D63555
RGB
CMYK
RGB Variations
Color information
#D63555 (or 0xD63555) is known color: Cerise. HEX triplet: D6, 35 and 55. RGB value is (214,53,85). Sum of RGB (Red+Green+Blue) = 214+53+85=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D63555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63555 is #29CAAA. Grayscale: #686868. Windows color (decimal): -2738859 or 5584342. OLE color: 5584342.
HSL color Cylindrical-coordinate representation of color #D63555: hue angle of 348.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63555 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 85 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.16 |
| HSL | 348.07º | 0.66% | 0.52% | - |
| HSV(B) | 348.07º | 0.75% | 0.84% | - |
| XYZ | 30.64 | 17.5 | 10.36 | - |
| YUV | 104.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 85 | 0 | 0.75 | 0.60 | 0.16 | 348.07 | 0.66 | 0.52 |
| Hex | D6 | 35 | 55 | 0 | 4B | 3C | 10 | 15C | 42 | 34 |
| Octal | 326 | 65 | 125 | 0 | 113 | 74 | 20 | 534 | 102 | 64 |
| Binary | 11010110 | 110101 | 1010101 | 0 | 1001011 | 111100 | 10000 | 101011100 | 1000010 | 110100 |
Color Harmonies of #D63555
Complementary color
Monochromatic Colors of #D63555
Black with #D63555
Text Example
Text Example
White with #D63555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63555; }
p { color: rgb(214,53,85); }
H1.HeaderClassName
{
color: #D63555;
}
.AnyTagClassName
{
color: #D63555;
}
</style>
background-color css
<style>
a { background-color: #D63555; }
a { background-color: rgb(214,53,85); }
div.DivClassName
{
background-color: #D63555;
}
.BgClassName
{
background-color: #D63555;
}
</style>
border-color css
<style>
span { border-color: #D63555; }
span { border-color: rgb(214,53,85); }
td.TdClassName
{
border-color: #D63555;
}
.TagClassName
{
border-color: #D63555;
}
</style>