Shades of Cerise #D63559
Tints of Cerise #D63559
RGB
CMYK
RGB Variations
Color information
#D63559 (or 0xD63559) is known color: Cerise. HEX triplet: D6, 35 and 59. RGB value is (214,53,89). Sum of RGB (Red+Green+Blue) = 214+53+89=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D63559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63559 is #29CAA6. Grayscale: #696969. Windows color (decimal): -2738855 or 5846486. OLE color: 5846486.
HSL color Cylindrical-coordinate representation of color #D63559: hue angle of 346.58º 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 #D63559 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 89 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.16 |
| HSL | 346.58º | 0.66% | 0.52% | - |
| HSV(B) | 346.58º | 0.75% | 0.84% | - |
| XYZ | 30.81 | 17.56 | 11.22 | - |
| YUV | 105.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 89 | 0 | 0.75 | 0.58 | 0.16 | 346.58 | 0.66 | 0.52 |
| Hex | D6 | 35 | 59 | 0 | 4B | 3A | 10 | 15B | 42 | 34 |
| Octal | 326 | 65 | 131 | 0 | 113 | 72 | 20 | 533 | 102 | 64 |
| Binary | 11010110 | 110101 | 1011001 | 0 | 1001011 | 111010 | 10000 | 101011011 | 1000010 | 110100 |
Color Harmonies of #D63559
Complementary color
Monochromatic Colors of #D63559
Black with #D63559
Text Example
Text Example
White with #D63559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63559; }
p { color: rgb(214,53,89); }
H1.HeaderClassName
{
color: #D63559;
}
.AnyTagClassName
{
color: #D63559;
}
</style>
background-color css
<style>
a { background-color: #D63559; }
a { background-color: rgb(214,53,89); }
div.DivClassName
{
background-color: #D63559;
}
.BgClassName
{
background-color: #D63559;
}
</style>
border-color css
<style>
span { border-color: #D63559; }
span { border-color: rgb(214,53,89); }
td.TdClassName
{
border-color: #D63559;
}
.TagClassName
{
border-color: #D63559;
}
</style>