Shades of Deep Cerise #D62979
Tints of Deep Cerise #D62979
RGB
CMYK
RGB Variations
Color information
#D62979 (or 0xD62979) is known color: Deep Cerise. HEX triplet: D6, 29 and 79. RGB value is (214,41,121). Sum of RGB (Red+Green+Blue) = 214+41+121=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D62979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62979 is #29D686. Grayscale: #656565. Windows color (decimal): -2741895 or 7940566. OLE color: 7940566.
HSL color Cylindrical-coordinate representation of color #D62979: hue angle of 332.25º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62979 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 121 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.16 |
| HSL | 332.25º | 0.68% | 0.5% | - |
| HSV(B) | 332.25º | 0.81% | 0.84% | - |
| XYZ | 31.98 | 17.26 | 19.74 | - |
| YUV | 101.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 121 | 0 | 0.81 | 0.43 | 0.16 | 332.25 | 0.68 | 0.5 |
| Hex | D6 | 29 | 79 | 0 | 51 | 2B | 10 | 14C | 44 | 32 |
| Octal | 326 | 51 | 171 | 0 | 121 | 53 | 20 | 514 | 104 | 62 |
| Binary | 11010110 | 101001 | 1111001 | 0 | 1010001 | 101011 | 10000 | 101001100 | 1000100 | 110010 |
Color Harmonies of #D62979
Complementary color
Monochromatic Colors of #D62979
Black with #D62979
Text Example
Text Example
White with #D62979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62979; }
p { color: rgb(214,41,121); }
H1.HeaderClassName
{
color: #D62979;
}
.AnyTagClassName
{
color: #D62979;
}
</style>
background-color css
<style>
a { background-color: #D62979; }
a { background-color: rgb(214,41,121); }
div.DivClassName
{
background-color: #D62979;
}
.BgClassName
{
background-color: #D62979;
}
</style>
border-color css
<style>
span { border-color: #D62979; }
span { border-color: rgb(214,41,121); }
td.TdClassName
{
border-color: #D62979;
}
.TagClassName
{
border-color: #D62979;
}
</style>