Shades of Deep Cerise #D62592
Tints of Deep Cerise #D62592
RGB
CMYK
RGB Variations
Color information
#D62592 (or 0xD62592) is known color: Deep Cerise. HEX triplet: D6, 25 and 92. RGB value is (214,37,146). Sum of RGB (Red+Green+Blue) = 214+37+146=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D62592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62592 is #29DA6D. Grayscale: #666666. Windows color (decimal): -2742894 or 9577942. OLE color: 9577942.
HSL color Cylindrical-coordinate representation of color #D62592: hue angle of 323.05º 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 #D62592 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 146 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.16 |
| HSL | 323.05º | 0.71% | 0.49% | - |
| HSV(B) | 323.05º | 0.83% | 0.84% | - |
| XYZ | 33.58 | 17.69 | 28.84 | - |
| YUV | 102.35 | 152.64 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 146 | 0 | 0.83 | 0.32 | 0.16 | 323.05 | 0.71 | 0.49 |
| Hex | D6 | 25 | 92 | 0 | 53 | 20 | 10 | 143 | 47 | 31 |
| Octal | 326 | 45 | 222 | 0 | 123 | 40 | 20 | 503 | 107 | 61 |
| Binary | 11010110 | 100101 | 10010010 | 0 | 1010011 | 100000 | 10000 | 101000011 | 1000111 | 110001 |
Color Harmonies of #D62592
Complementary color
Monochromatic Colors of #D62592
Black with #D62592
Text Example
Text Example
White with #D62592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62592; }
p { color: rgb(214,37,146); }
H1.HeaderClassName
{
color: #D62592;
}
.AnyTagClassName
{
color: #D62592;
}
</style>
background-color css
<style>
a { background-color: #D62592; }
a { background-color: rgb(214,37,146); }
div.DivClassName
{
background-color: #D62592;
}
.BgClassName
{
background-color: #D62592;
}
</style>
border-color css
<style>
span { border-color: #D62592; }
span { border-color: rgb(214,37,146); }
td.TdClassName
{
border-color: #D62592;
}
.TagClassName
{
border-color: #D62592;
}
</style>