Shades of Cerise #D63455
Tints of Cerise #D63455
RGB
CMYK
RGB Variations
Color information
#D63455 (or 0xD63455) is known color: Cerise. HEX triplet: D6, 34 and 55. RGB value is (214,52,85). Sum of RGB (Red+Green+Blue) = 214+52+85=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D63455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63455 is #29CBAA. Grayscale: #686868. Windows color (decimal): -2739115 or 5584086. OLE color: 5584086.
HSL color Cylindrical-coordinate representation of color #D63455: hue angle of 347.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63455 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 85 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.16 |
| HSL | 347.78º | 0.66% | 0.52% | - |
| HSV(B) | 347.78º | 0.76% | 0.84% | - |
| XYZ | 30.6 | 17.41 | 10.34 | - |
| YUV | 104.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 85 | 0 | 0.76 | 0.60 | 0.16 | 347.78 | 0.66 | 0.52 |
| Hex | D6 | 34 | 55 | 0 | 4C | 3C | 10 | 15C | 42 | 34 |
| Octal | 326 | 64 | 125 | 0 | 114 | 74 | 20 | 534 | 102 | 64 |
| Binary | 11010110 | 110100 | 1010101 | 0 | 1001100 | 111100 | 10000 | 101011100 | 1000010 | 110100 |
Color Harmonies of #D63455
Complementary color
Monochromatic Colors of #D63455
Black with #D63455
Text Example
Text Example
White with #D63455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63455; }
p { color: rgb(214,52,85); }
H1.HeaderClassName
{
color: #D63455;
}
.AnyTagClassName
{
color: #D63455;
}
</style>
background-color css
<style>
a { background-color: #D63455; }
a { background-color: rgb(214,52,85); }
div.DivClassName
{
background-color: #D63455;
}
.BgClassName
{
background-color: #D63455;
}
</style>
border-color css
<style>
span { border-color: #D63455; }
span { border-color: rgb(214,52,85); }
td.TdClassName
{
border-color: #D63455;
}
.TagClassName
{
border-color: #D63455;
}
</style>