Shades of Deep Cerise #D62291
Tints of Deep Cerise #D62291
RGB
CMYK
RGB Variations
Color information
#D62291 (or 0xD62291) is known color: Deep Cerise. HEX triplet: D6, 22 and 91. RGB value is (214,34,145). Sum of RGB (Red+Green+Blue) = 214+34+145=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D62291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62291 is #29DD6E. Grayscale: #646464. Windows color (decimal): -2743663 or 9511638. OLE color: 9511638.
HSL color Cylindrical-coordinate representation of color #D62291: hue angle of 323º 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 #D62291 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 145 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.16 |
| HSL | 323º | 0.73% | 0.49% | - |
| HSV(B) | 323º | 0.84% | 0.84% | - |
| XYZ | 33.41 | 17.48 | 28.4 | - |
| YUV | 100.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 145 | 0 | 0.84 | 0.32 | 0.16 | 323 | 0.73 | 0.49 |
| Hex | D6 | 22 | 91 | 0 | 54 | 20 | 10 | 143 | 49 | 31 |
| Octal | 326 | 42 | 221 | 0 | 124 | 40 | 20 | 503 | 111 | 61 |
| Binary | 11010110 | 100010 | 10010001 | 0 | 1010100 | 100000 | 10000 | 101000011 | 1001001 | 110001 |
Color Harmonies of #D62291
Complementary color
Monochromatic Colors of #D62291
Black with #D62291
Text Example
Text Example
White with #D62291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62291; }
p { color: rgb(214,34,145); }
H1.HeaderClassName
{
color: #D62291;
}
.AnyTagClassName
{
color: #D62291;
}
</style>
background-color css
<style>
a { background-color: #D62291; }
a { background-color: rgb(214,34,145); }
div.DivClassName
{
background-color: #D62291;
}
.BgClassName
{
background-color: #D62291;
}
</style>
border-color css
<style>
span { border-color: #D62291; }
span { border-color: rgb(214,34,145); }
td.TdClassName
{
border-color: #D62291;
}
.TagClassName
{
border-color: #D62291;
}
</style>