Shades of Cerise #D62E5B
Tints of Cerise #D62E5B
RGB
CMYK
RGB Variations
Color information
#D62E5B (or 0xD62E5B) is known color: Cerise. HEX triplet: D6, 2E and 5B. RGB value is (214,46,91). Sum of RGB (Red+Green+Blue) = 214+46+91=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62E5B is #29D1A4. Grayscale: #656565. Windows color (decimal): -2740645 or 5975766. OLE color: 5975766.
HSL color Cylindrical-coordinate representation of color #D62E5B: hue angle of 343.93º 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 #D62E5B is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 91 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.16 |
| HSL | 343.93º | 0.67% | 0.51% | - |
| HSV(B) | 343.93º | 0.79% | 0.84% | - |
| XYZ | 30.6 | 17.01 | 11.57 | - |
| YUV | 101.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 91 | 0 | 0.79 | 0.57 | 0.16 | 343.93 | 0.67 | 0.51 |
| Hex | D6 | 2E | 5B | 0 | 4F | 39 | 10 | 158 | 43 | 33 |
| Octal | 326 | 56 | 133 | 0 | 117 | 71 | 20 | 530 | 103 | 63 |
| Binary | 11010110 | 101110 | 1011011 | 0 | 1001111 | 111001 | 10000 | 101011000 | 1000011 | 110011 |
Color Harmonies of #D62E5B
Complementary color
Monochromatic Colors of #D62E5B
Black with #D62E5B
Text Example
Text Example
White with #D62E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E5B; }
p { color: rgb(214,46,91); }
H1.HeaderClassName
{
color: #D62E5B;
}
.AnyTagClassName
{
color: #D62E5B;
}
</style>
background-color css
<style>
a { background-color: #D62E5B; }
a { background-color: rgb(214,46,91); }
div.DivClassName
{
background-color: #D62E5B;
}
.BgClassName
{
background-color: #D62E5B;
}
</style>
border-color css
<style>
span { border-color: #D62E5B; }
span { border-color: rgb(214,46,91); }
td.TdClassName
{
border-color: #D62E5B;
}
.TagClassName
{
border-color: #D62E5B;
}
</style>