Shades of Deep Cerise #D62488
Tints of Deep Cerise #D62488
RGB
CMYK
RGB Variations
Color information
#D62488 (or 0xD62488) is known color: Deep Cerise. HEX triplet: D6, 24 and 88. RGB value is (214,36,136). Sum of RGB (Red+Green+Blue) = 214+36+136=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D62488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62488 is #29DB77. Grayscale: #646464. Windows color (decimal): -2743160 or 8922326. OLE color: 8922326.
HSL color Cylindrical-coordinate representation of color #D62488: hue angle of 326.29º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62488 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 136 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.16 |
| HSL | 326.29º | 0.71% | 0.49% | - |
| HSV(B) | 326.29º | 0.83% | 0.84% | - |
| XYZ | 32.81 | 17.34 | 24.91 | - |
| YUV | 100.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 136 | 0 | 0.83 | 0.36 | 0.16 | 326.29 | 0.71 | 0.49 |
| Hex | D6 | 24 | 88 | 0 | 53 | 24 | 10 | 146 | 47 | 31 |
| Octal | 326 | 44 | 210 | 0 | 123 | 44 | 20 | 506 | 107 | 61 |
| Binary | 11010110 | 100100 | 10001000 | 0 | 1010011 | 100100 | 10000 | 101000110 | 1000111 | 110001 |
Color Harmonies of #D62488
Complementary color
Monochromatic Colors of #D62488
Black with #D62488
Text Example
Text Example
White with #D62488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62488; }
p { color: rgb(214,36,136); }
H1.HeaderClassName
{
color: #D62488;
}
.AnyTagClassName
{
color: #D62488;
}
</style>
background-color css
<style>
a { background-color: #D62488; }
a { background-color: rgb(214,36,136); }
div.DivClassName
{
background-color: #D62488;
}
.BgClassName
{
background-color: #D62488;
}
</style>
border-color css
<style>
span { border-color: #D62488; }
span { border-color: rgb(214,36,136); }
td.TdClassName
{
border-color: #D62488;
}
.TagClassName
{
border-color: #D62488;
}
</style>