Shades of Deep Cerise #D62B89
Tints of Deep Cerise #D62B89
RGB
CMYK
RGB Variations
Color information
#D62B89 (or 0xD62B89) is known color: Deep Cerise. HEX triplet: D6, 2B and 89. RGB value is (214,43,137). Sum of RGB (Red+Green+Blue) = 214+43+137=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62B89 is #29D476. Grayscale: #686868. Windows color (decimal): -2741367 or 8989654. OLE color: 8989654.
HSL color Cylindrical-coordinate representation of color #D62B89: hue angle of 327.02º 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 #D62B89 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 137 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.16 |
| HSL | 327.02º | 0.68% | 0.5% | - |
| HSV(B) | 327.02º | 0.8% | 0.84% | - |
| XYZ | 33.11 | 17.83 | 25.36 | - |
| YUV | 104.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 137 | 0 | 0.80 | 0.36 | 0.16 | 327.02 | 0.68 | 0.5 |
| Hex | D6 | 2B | 89 | 0 | 50 | 24 | 10 | 147 | 44 | 32 |
| Octal | 326 | 53 | 211 | 0 | 120 | 44 | 20 | 507 | 104 | 62 |
| Binary | 11010110 | 101011 | 10001001 | 0 | 1010000 | 100100 | 10000 | 101000111 | 1000100 | 110010 |
Color Harmonies of #D62B89
Complementary color
Monochromatic Colors of #D62B89
Black with #D62B89
Text Example
Text Example
White with #D62B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62B89; }
p { color: rgb(214,43,137); }
H1.HeaderClassName
{
color: #D62B89;
}
.AnyTagClassName
{
color: #D62B89;
}
</style>
background-color css
<style>
a { background-color: #D62B89; }
a { background-color: rgb(214,43,137); }
div.DivClassName
{
background-color: #D62B89;
}
.BgClassName
{
background-color: #D62B89;
}
</style>
border-color css
<style>
span { border-color: #D62B89; }
span { border-color: rgb(214,43,137); }
td.TdClassName
{
border-color: #D62B89;
}
.TagClassName
{
border-color: #D62B89;
}
</style>