Shades of Cerise #D62D59
Tints of Cerise #D62D59
RGB
CMYK
RGB Variations
Color information
#D62D59 (or 0xD62D59) is known color: Cerise. HEX triplet: D6, 2D and 59. RGB value is (214,45,89). Sum of RGB (Red+Green+Blue) = 214+45+89=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62D59 is #29D2A6. Grayscale: #646464. Windows color (decimal): -2740903 or 5844438. OLE color: 5844438.
HSL color Cylindrical-coordinate representation of color #D62D59: hue angle of 344.38º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62D59 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 89 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.16 |
| HSL | 344.38º | 0.67% | 0.51% | - |
| HSV(B) | 344.38º | 0.79% | 0.84% | - |
| XYZ | 30.47 | 16.89 | 11.11 | - |
| YUV | 100.55 | 121.49 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 89 | 0 | 0.79 | 0.58 | 0.16 | 344.38 | 0.67 | 0.51 |
| Hex | D6 | 2D | 59 | 0 | 4F | 3A | 10 | 158 | 43 | 33 |
| Octal | 326 | 55 | 131 | 0 | 117 | 72 | 20 | 530 | 103 | 63 |
| Binary | 11010110 | 101101 | 1011001 | 0 | 1001111 | 111010 | 10000 | 101011000 | 1000011 | 110011 |
Color Harmonies of #D62D59
Complementary color
Monochromatic Colors of #D62D59
Black with #D62D59
Text Example
Text Example
White with #D62D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D59; }
p { color: rgb(214,45,89); }
H1.HeaderClassName
{
color: #D62D59;
}
.AnyTagClassName
{
color: #D62D59;
}
</style>
background-color css
<style>
a { background-color: #D62D59; }
a { background-color: rgb(214,45,89); }
div.DivClassName
{
background-color: #D62D59;
}
.BgClassName
{
background-color: #D62D59;
}
</style>
border-color css
<style>
span { border-color: #D62D59; }
span { border-color: rgb(214,45,89); }
td.TdClassName
{
border-color: #D62D59;
}
.TagClassName
{
border-color: #D62D59;
}
</style>