Shades of Deep Cerise #D62E88
Tints of Deep Cerise #D62E88
RGB
CMYK
RGB Variations
Color information
#D62E88 (or 0xD62E88) is known color: Deep Cerise. HEX triplet: D6, 2E and 88. RGB value is (214,46,136). Sum of RGB (Red+Green+Blue) = 214+46+136=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E88 is #29D177. Grayscale: #6A6A6A. Windows color (decimal): -2740600 or 8924886. OLE color: 8924886.
HSL color Cylindrical-coordinate representation of color #D62E88: hue angle of 327.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62E88 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 136 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.16 |
| HSL | 327.86º | 0.67% | 0.51% | - |
| HSV(B) | 327.86º | 0.79% | 0.84% | - |
| XYZ | 33.15 | 18.03 | 25.02 | - |
| YUV | 106.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 136 | 0 | 0.79 | 0.36 | 0.16 | 327.86 | 0.67 | 0.51 |
| Hex | D6 | 2E | 88 | 0 | 4F | 24 | 10 | 148 | 43 | 33 |
| Octal | 326 | 56 | 210 | 0 | 117 | 44 | 20 | 510 | 103 | 63 |
| Binary | 11010110 | 101110 | 10001000 | 0 | 1001111 | 100100 | 10000 | 101001000 | 1000011 | 110011 |
Color Harmonies of #D62E88
Complementary color
Monochromatic Colors of #D62E88
Black with #D62E88
Text Example
Text Example
White with #D62E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E88; }
p { color: rgb(214,46,136); }
H1.HeaderClassName
{
color: #D62E88;
}
.AnyTagClassName
{
color: #D62E88;
}
</style>
background-color css
<style>
a { background-color: #D62E88; }
a { background-color: rgb(214,46,136); }
div.DivClassName
{
background-color: #D62E88;
}
.BgClassName
{
background-color: #D62E88;
}
</style>
border-color css
<style>
span { border-color: #D62E88; }
span { border-color: rgb(214,46,136); }
td.TdClassName
{
border-color: #D62E88;
}
.TagClassName
{
border-color: #D62E88;
}
</style>