Shades of Deep Cerise #D62179
Tints of Deep Cerise #D62179
RGB
CMYK
RGB Variations
Color information
#D62179 (or 0xD62179) is known color: Deep Cerise. HEX triplet: D6, 21 and 79. RGB value is (214,33,121). Sum of RGB (Red+Green+Blue) = 214+33+121=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D62179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62179 is #29DE86. Grayscale: #606060. Windows color (decimal): -2743943 or 7938518. OLE color: 7938518.
HSL color Cylindrical-coordinate representation of color #D62179: hue angle of 330.83º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62179 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 121 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.16 |
| HSL | 330.83º | 0.73% | 0.48% | - |
| HSV(B) | 330.83º | 0.85% | 0.84% | - |
| XYZ | 31.73 | 16.76 | 19.65 | - |
| YUV | 97.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 121 | 0 | 0.85 | 0.43 | 0.16 | 330.83 | 0.73 | 0.48 |
| Hex | D6 | 21 | 79 | 0 | 55 | 2B | 10 | 14B | 49 | 30 |
| Octal | 326 | 41 | 171 | 0 | 125 | 53 | 20 | 513 | 111 | 60 |
| Binary | 11010110 | 100001 | 1111001 | 0 | 1010101 | 101011 | 10000 | 101001011 | 1001001 | 110000 |
Color Harmonies of #D62179
Complementary color
Monochromatic Colors of #D62179
Black with #D62179
Text Example
Text Example
White with #D62179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62179; }
p { color: rgb(214,33,121); }
H1.HeaderClassName
{
color: #D62179;
}
.AnyTagClassName
{
color: #D62179;
}
</style>
background-color css
<style>
a { background-color: #D62179; }
a { background-color: rgb(214,33,121); }
div.DivClassName
{
background-color: #D62179;
}
.BgClassName
{
background-color: #D62179;
}
</style>
border-color css
<style>
span { border-color: #D62179; }
span { border-color: rgb(214,33,121); }
td.TdClassName
{
border-color: #D62179;
}
.TagClassName
{
border-color: #D62179;
}
</style>