Shades of Cerise #D62B5A
Tints of Cerise #D62B5A
RGB
CMYK
RGB Variations
Color information
#D62B5A (or 0xD62B5A) is known color: Cerise. HEX triplet: D6, 2B and 5A. RGB value is (214,43,90). Sum of RGB (Red+Green+Blue) = 214+43+90=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62B5A is #29D4A5. Grayscale: #636363. Windows color (decimal): -2741414 or 5909462. OLE color: 5909462.
HSL color Cylindrical-coordinate representation of color #D62B5A: hue angle of 343.51º 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 #D62B5A is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 90 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.16 |
| HSL | 343.51º | 0.68% | 0.5% | - |
| HSV(B) | 343.51º | 0.8% | 0.84% | - |
| XYZ | 30.44 | 16.76 | 11.3 | - |
| YUV | 99.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 90 | 0 | 0.80 | 0.58 | 0.16 | 343.51 | 0.68 | 0.5 |
| Hex | D6 | 2B | 5A | 0 | 50 | 3A | 10 | 158 | 44 | 32 |
| Octal | 326 | 53 | 132 | 0 | 120 | 72 | 20 | 530 | 104 | 62 |
| Binary | 11010110 | 101011 | 1011010 | 0 | 1010000 | 111010 | 10000 | 101011000 | 1000100 | 110010 |
Color Harmonies of #D62B5A
Complementary color
Monochromatic Colors of #D62B5A
Black with #D62B5A
Text Example
Text Example
White with #D62B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62B5A; }
p { color: rgb(214,43,90); }
H1.HeaderClassName
{
color: #D62B5A;
}
.AnyTagClassName
{
color: #D62B5A;
}
</style>
background-color css
<style>
a { background-color: #D62B5A; }
a { background-color: rgb(214,43,90); }
div.DivClassName
{
background-color: #D62B5A;
}
.BgClassName
{
background-color: #D62B5A;
}
</style>
border-color css
<style>
span { border-color: #D62B5A; }
span { border-color: rgb(214,43,90); }
td.TdClassName
{
border-color: #D62B5A;
}
.TagClassName
{
border-color: #D62B5A;
}
</style>