Shades of Deep Cerise #D62389
Tints of Deep Cerise #D62389
RGB
CMYK
RGB Variations
Color information
#D62389 (or 0xD62389) is known color: Deep Cerise. HEX triplet: D6, 23 and 89. RGB value is (214,35,137). Sum of RGB (Red+Green+Blue) = 214+35+137=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D62389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62389 is #29DC76. Grayscale: #636363. Windows color (decimal): -2743415 or 8987606. OLE color: 8987606.
HSL color Cylindrical-coordinate representation of color #D62389: hue angle of 325.81º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62389 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 137 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.16 |
| HSL | 325.81º | 0.72% | 0.49% | - |
| HSV(B) | 325.81º | 0.84% | 0.84% | - |
| XYZ | 32.85 | 17.3 | 25.28 | - |
| YUV | 100.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 137 | 0 | 0.84 | 0.36 | 0.16 | 325.81 | 0.72 | 0.49 |
| Hex | D6 | 23 | 89 | 0 | 54 | 24 | 10 | 146 | 48 | 31 |
| Octal | 326 | 43 | 211 | 0 | 124 | 44 | 20 | 506 | 110 | 61 |
| Binary | 11010110 | 100011 | 10001001 | 0 | 1010100 | 100100 | 10000 | 101000110 | 1001000 | 110001 |
Color Harmonies of #D62389
Complementary color
Monochromatic Colors of #D62389
Black with #D62389
Text Example
Text Example
White with #D62389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62389; }
p { color: rgb(214,35,137); }
H1.HeaderClassName
{
color: #D62389;
}
.AnyTagClassName
{
color: #D62389;
}
</style>
background-color css
<style>
a { background-color: #D62389; }
a { background-color: rgb(214,35,137); }
div.DivClassName
{
background-color: #D62389;
}
.BgClassName
{
background-color: #D62389;
}
</style>
border-color css
<style>
span { border-color: #D62389; }
span { border-color: rgb(214,35,137); }
td.TdClassName
{
border-color: #D62389;
}
.TagClassName
{
border-color: #D62389;
}
</style>