Shades of Cerise #D62B5E
Tints of Cerise #D62B5E
RGB
CMYK
RGB Variations
Color information
#D62B5E (or 0xD62B5E) is known color: Cerise. HEX triplet: D6, 2B and 5E. RGB value is (214,43,94). Sum of RGB (Red+Green+Blue) = 214+43+94=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62B5E is #29D4A1. Grayscale: #636363. Windows color (decimal): -2741410 or 6171606. OLE color: 6171606.
HSL color Cylindrical-coordinate representation of color #D62B5E: hue angle of 342.11º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B5E is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 94 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.16 |
| HSL | 342.11º | 0.68% | 0.5% | - |
| HSV(B) | 342.11º | 0.8% | 0.84% | - |
| XYZ | 30.62 | 16.83 | 12.22 | - |
| YUV | 99.94 | 124.65 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 94 | 0 | 0.80 | 0.56 | 0.16 | 342.11 | 0.68 | 0.5 |
| Hex | D6 | 2B | 5E | 0 | 50 | 38 | 10 | 156 | 44 | 32 |
| Octal | 326 | 53 | 136 | 0 | 120 | 70 | 20 | 526 | 104 | 62 |
| Binary | 11010110 | 101011 | 1011110 | 0 | 1010000 | 111000 | 10000 | 101010110 | 1000100 | 110010 |
Color Harmonies of #D62B5E
Complementary color
Monochromatic Colors of #D62B5E
Black with #D62B5E
Text Example
Text Example
White with #D62B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62B5E; }
p { color: rgb(214,43,94); }
H1.HeaderClassName
{
color: #D62B5E;
}
.AnyTagClassName
{
color: #D62B5E;
}
</style>
background-color css
<style>
a { background-color: #D62B5E; }
a { background-color: rgb(214,43,94); }
div.DivClassName
{
background-color: #D62B5E;
}
.BgClassName
{
background-color: #D62B5E;
}
</style>
border-color css
<style>
span { border-color: #D62B5E; }
span { border-color: rgb(214,43,94); }
td.TdClassName
{
border-color: #D62B5E;
}
.TagClassName
{
border-color: #D62B5E;
}
</style>