Shades of Cerise #D62C5E
Tints of Cerise #D62C5E
RGB
CMYK
RGB Variations
Color information
#D62C5E (or 0xD62C5E) is known color: Cerise. HEX triplet: D6, 2C and 5E. RGB value is (214,44,94). Sum of RGB (Red+Green+Blue) = 214+44+94=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62C5E is #29D3A1. Grayscale: #646464. Windows color (decimal): -2741154 or 6171862. OLE color: 6171862.
HSL color Cylindrical-coordinate representation of color #D62C5E: hue angle of 342.35º 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 #D62C5E is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 94 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.16 |
| HSL | 342.35º | 0.67% | 0.51% | - |
| HSV(B) | 342.35º | 0.79% | 0.84% | - |
| XYZ | 30.65 | 16.91 | 12.24 | - |
| YUV | 100.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 94 | 0 | 0.79 | 0.56 | 0.16 | 342.35 | 0.67 | 0.51 |
| Hex | D6 | 2C | 5E | 0 | 4F | 38 | 10 | 156 | 43 | 33 |
| Octal | 326 | 54 | 136 | 0 | 117 | 70 | 20 | 526 | 103 | 63 |
| Binary | 11010110 | 101100 | 1011110 | 0 | 1001111 | 111000 | 10000 | 101010110 | 1000011 | 110011 |
Color Harmonies of #D62C5E
Complementary color
Monochromatic Colors of #D62C5E
Black with #D62C5E
Text Example
Text Example
White with #D62C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62C5E; }
p { color: rgb(214,44,94); }
H1.HeaderClassName
{
color: #D62C5E;
}
.AnyTagClassName
{
color: #D62C5E;
}
</style>
background-color css
<style>
a { background-color: #D62C5E; }
a { background-color: rgb(214,44,94); }
div.DivClassName
{
background-color: #D62C5E;
}
.BgClassName
{
background-color: #D62C5E;
}
</style>
border-color css
<style>
span { border-color: #D62C5E; }
span { border-color: rgb(214,44,94); }
td.TdClassName
{
border-color: #D62C5E;
}
.TagClassName
{
border-color: #D62C5E;
}
</style>