Shades of Deep Cerise #D62888
Tints of Deep Cerise #D62888
RGB
CMYK
RGB Variations
Color information
#D62888 (or 0xD62888) is known color: Deep Cerise. HEX triplet: D6, 28 and 88. RGB value is (214,40,136). Sum of RGB (Red+Green+Blue) = 214+40+136=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D62888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62888 is #29D777. Grayscale: #666666. Windows color (decimal): -2742136 or 8923350. OLE color: 8923350.
HSL color Cylindrical-coordinate representation of color #D62888: hue angle of 326.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62888 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 136 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.16 |
| HSL | 326.9º | 0.69% | 0.5% | - |
| HSV(B) | 326.9º | 0.81% | 0.84% | - |
| XYZ | 32.93 | 17.59 | 24.95 | - |
| YUV | 102.97 | 146.65 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 136 | 0 | 0.81 | 0.36 | 0.16 | 326.9 | 0.69 | 0.5 |
| Hex | D6 | 28 | 88 | 0 | 51 | 24 | 10 | 147 | 45 | 32 |
| Octal | 326 | 50 | 210 | 0 | 121 | 44 | 20 | 507 | 105 | 62 |
| Binary | 11010110 | 101000 | 10001000 | 0 | 1010001 | 100100 | 10000 | 101000111 | 1000101 | 110010 |
Color Harmonies of #D62888
Complementary color
Monochromatic Colors of #D62888
Black with #D62888
Text Example
Text Example
White with #D62888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62888; }
p { color: rgb(214,40,136); }
H1.HeaderClassName
{
color: #D62888;
}
.AnyTagClassName
{
color: #D62888;
}
</style>
background-color css
<style>
a { background-color: #D62888; }
a { background-color: rgb(214,40,136); }
div.DivClassName
{
background-color: #D62888;
}
.BgClassName
{
background-color: #D62888;
}
</style>
border-color css
<style>
span { border-color: #D62888; }
span { border-color: rgb(214,40,136); }
td.TdClassName
{
border-color: #D62888;
}
.TagClassName
{
border-color: #D62888;
}
</style>