Shades of Cerise #D62559
Tints of Cerise #D62559
RGB
CMYK
RGB Variations
Color information
#D62559 (or 0xD62559) is known color: Cerise. HEX triplet: D6, 25 and 59. RGB value is (214,37,89). Sum of RGB (Red+Green+Blue) = 214+37+89=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D62559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62559 is #29DAA6. Grayscale: #5F5F5F. Windows color (decimal): -2742951 or 5842390. OLE color: 5842390.
HSL color Cylindrical-coordinate representation of color #D62559: hue angle of 342.37º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62559 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 89 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.16 |
| HSL | 342.37º | 0.71% | 0.49% | - |
| HSV(B) | 342.37º | 0.83% | 0.84% | - |
| XYZ | 30.2 | 16.34 | 11.01 | - |
| YUV | 95.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 89 | 0 | 0.83 | 0.58 | 0.16 | 342.37 | 0.71 | 0.49 |
| Hex | D6 | 25 | 59 | 0 | 53 | 3A | 10 | 156 | 47 | 31 |
| Octal | 326 | 45 | 131 | 0 | 123 | 72 | 20 | 526 | 107 | 61 |
| Binary | 11010110 | 100101 | 1011001 | 0 | 1010011 | 111010 | 10000 | 101010110 | 1000111 | 110001 |
Color Harmonies of #D62559
Complementary color
Monochromatic Colors of #D62559
Black with #D62559
Text Example
Text Example
White with #D62559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62559; }
p { color: rgb(214,37,89); }
H1.HeaderClassName
{
color: #D62559;
}
.AnyTagClassName
{
color: #D62559;
}
</style>
background-color css
<style>
a { background-color: #D62559; }
a { background-color: rgb(214,37,89); }
div.DivClassName
{
background-color: #D62559;
}
.BgClassName
{
background-color: #D62559;
}
</style>
border-color css
<style>
span { border-color: #D62559; }
span { border-color: rgb(214,37,89); }
td.TdClassName
{
border-color: #D62559;
}
.TagClassName
{
border-color: #D62559;
}
</style>