Shades of Deep Cerise #D62484
Tints of Deep Cerise #D62484
RGB
CMYK
RGB Variations
Color information
#D62484 (or 0xD62484) is known color: Deep Cerise. HEX triplet: D6, 24 and 84. RGB value is (214,36,132). Sum of RGB (Red+Green+Blue) = 214+36+132=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D62484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62484 is #29DB7B. Grayscale: #636363. Windows color (decimal): -2743164 or 8660182. OLE color: 8660182.
HSL color Cylindrical-coordinate representation of color #D62484: hue angle of 327.64º 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 #D62484 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 132 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.16 |
| HSL | 327.64º | 0.71% | 0.49% | - |
| HSV(B) | 327.64º | 0.83% | 0.84% | - |
| XYZ | 32.53 | 17.22 | 23.44 | - |
| YUV | 100.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 132 | 0 | 0.83 | 0.38 | 0.16 | 327.64 | 0.71 | 0.49 |
| Hex | D6 | 24 | 84 | 0 | 53 | 26 | 10 | 148 | 47 | 31 |
| Octal | 326 | 44 | 204 | 0 | 123 | 46 | 20 | 510 | 107 | 61 |
| Binary | 11010110 | 100100 | 10000100 | 0 | 1010011 | 100110 | 10000 | 101001000 | 1000111 | 110001 |
Color Harmonies of #D62484
Complementary color
Monochromatic Colors of #D62484
Black with #D62484
Text Example
Text Example
White with #D62484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62484; }
p { color: rgb(214,36,132); }
H1.HeaderClassName
{
color: #D62484;
}
.AnyTagClassName
{
color: #D62484;
}
</style>
background-color css
<style>
a { background-color: #D62484; }
a { background-color: rgb(214,36,132); }
div.DivClassName
{
background-color: #D62484;
}
.BgClassName
{
background-color: #D62484;
}
</style>
border-color css
<style>
span { border-color: #D62484; }
span { border-color: rgb(214,36,132); }
td.TdClassName
{
border-color: #D62484;
}
.TagClassName
{
border-color: #D62484;
}
</style>