Shades of Deep Cerise #D62292
Tints of Deep Cerise #D62292
RGB
CMYK
RGB Variations
Color information
#D62292 (or 0xD62292) is known color: Deep Cerise. HEX triplet: D6, 22 and 92. RGB value is (214,34,146). Sum of RGB (Red+Green+Blue) = 214+34+146=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D62292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62292 is #29DD6D. Grayscale: #646464. Windows color (decimal): -2743662 or 9577174. OLE color: 9577174.
HSL color Cylindrical-coordinate representation of color #D62292: hue angle of 322.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62292 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 146 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.16 |
| HSL | 322.67º | 0.73% | 0.49% | - |
| HSV(B) | 322.67º | 0.84% | 0.84% | - |
| XYZ | 33.49 | 17.52 | 28.81 | - |
| YUV | 100.59 | 153.63 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 146 | 0 | 0.84 | 0.32 | 0.16 | 322.67 | 0.73 | 0.49 |
| Hex | D6 | 22 | 92 | 0 | 54 | 20 | 10 | 143 | 49 | 31 |
| Octal | 326 | 42 | 222 | 0 | 124 | 40 | 20 | 503 | 111 | 61 |
| Binary | 11010110 | 100010 | 10010010 | 0 | 1010100 | 100000 | 10000 | 101000011 | 1001001 | 110001 |
Color Harmonies of #D62292
Complementary color
Monochromatic Colors of #D62292
Black with #D62292
Text Example
Text Example
White with #D62292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62292; }
p { color: rgb(214,34,146); }
H1.HeaderClassName
{
color: #D62292;
}
.AnyTagClassName
{
color: #D62292;
}
</style>
background-color css
<style>
a { background-color: #D62292; }
a { background-color: rgb(214,34,146); }
div.DivClassName
{
background-color: #D62292;
}
.BgClassName
{
background-color: #D62292;
}
</style>
border-color css
<style>
span { border-color: #D62292; }
span { border-color: rgb(214,34,146); }
td.TdClassName
{
border-color: #D62292;
}
.TagClassName
{
border-color: #D62292;
}
</style>