Shades of Deep Cerise #D62492
Tints of Deep Cerise #D62492
RGB
CMYK
RGB Variations
Color information
#D62492 (or 0xD62492) is known color: Deep Cerise. HEX triplet: D6, 24 and 92. RGB value is (214,36,146). Sum of RGB (Red+Green+Blue) = 214+36+146=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D62492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62492 is #29DB6D. Grayscale: #656565. Windows color (decimal): -2743150 or 9577686. OLE color: 9577686.
HSL color Cylindrical-coordinate representation of color #D62492: hue angle of 322.92º 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 #D62492 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 146 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.16 |
| HSL | 322.92º | 0.71% | 0.49% | - |
| HSV(B) | 322.92º | 0.83% | 0.84% | - |
| XYZ | 33.55 | 17.63 | 28.83 | - |
| YUV | 101.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 146 | 0 | 0.83 | 0.32 | 0.16 | 322.92 | 0.71 | 0.49 |
| Hex | D6 | 24 | 92 | 0 | 53 | 20 | 10 | 143 | 47 | 31 |
| Octal | 326 | 44 | 222 | 0 | 123 | 40 | 20 | 503 | 107 | 61 |
| Binary | 11010110 | 100100 | 10010010 | 0 | 1010011 | 100000 | 10000 | 101000011 | 1000111 | 110001 |
Color Harmonies of #D62492
Complementary color
Monochromatic Colors of #D62492
Black with #D62492
Text Example
Text Example
White with #D62492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62492; }
p { color: rgb(214,36,146); }
H1.HeaderClassName
{
color: #D62492;
}
.AnyTagClassName
{
color: #D62492;
}
</style>
background-color css
<style>
a { background-color: #D62492; }
a { background-color: rgb(214,36,146); }
div.DivClassName
{
background-color: #D62492;
}
.BgClassName
{
background-color: #D62492;
}
</style>
border-color css
<style>
span { border-color: #D62492; }
span { border-color: rgb(214,36,146); }
td.TdClassName
{
border-color: #D62492;
}
.TagClassName
{
border-color: #D62492;
}
</style>