Shades of Deep Cerise #D62884
Tints of Deep Cerise #D62884
RGB
CMYK
RGB Variations
Color information
#D62884 (or 0xD62884) is known color: Deep Cerise. HEX triplet: D6, 28 and 84. RGB value is (214,40,132). Sum of RGB (Red+Green+Blue) = 214+40+132=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D62884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62884 is #29D77B. Grayscale: #666666. Windows color (decimal): -2742140 or 8661206. OLE color: 8661206.
HSL color Cylindrical-coordinate representation of color #D62884: hue angle of 328.28º 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 #D62884 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 132 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.16 |
| HSL | 328.28º | 0.69% | 0.5% | - |
| HSV(B) | 328.28º | 0.81% | 0.84% | - |
| XYZ | 32.66 | 17.48 | 23.48 | - |
| YUV | 102.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 132 | 0 | 0.81 | 0.38 | 0.16 | 328.28 | 0.69 | 0.5 |
| Hex | D6 | 28 | 84 | 0 | 51 | 26 | 10 | 148 | 45 | 32 |
| Octal | 326 | 50 | 204 | 0 | 121 | 46 | 20 | 510 | 105 | 62 |
| Binary | 11010110 | 101000 | 10000100 | 0 | 1010001 | 100110 | 10000 | 101001000 | 1000101 | 110010 |
Color Harmonies of #D62884
Complementary color
Monochromatic Colors of #D62884
Black with #D62884
Text Example
Text Example
White with #D62884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62884; }
p { color: rgb(214,40,132); }
H1.HeaderClassName
{
color: #D62884;
}
.AnyTagClassName
{
color: #D62884;
}
</style>
background-color css
<style>
a { background-color: #D62884; }
a { background-color: rgb(214,40,132); }
div.DivClassName
{
background-color: #D62884;
}
.BgClassName
{
background-color: #D62884;
}
</style>
border-color css
<style>
span { border-color: #D62884; }
span { border-color: rgb(214,40,132); }
td.TdClassName
{
border-color: #D62884;
}
.TagClassName
{
border-color: #D62884;
}
</style>