Shades of Deep Cerise #D63979
Tints of Deep Cerise #D63979
RGB
CMYK
RGB Variations
Color information
#D63979 (or 0xD63979) is known color: Deep Cerise. HEX triplet: D6, 39 and 79. RGB value is (214,57,121). Sum of RGB (Red+Green+Blue) = 214+57+121=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D63979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63979 is #29C686. Grayscale: #6F6F6F. Windows color (decimal): -2737799 or 7944662. OLE color: 7944662.
HSL color Cylindrical-coordinate representation of color #D63979: hue angle of 335.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63979 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 121 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.16 |
| HSL | 335.54º | 0.66% | 0.53% | - |
| HSV(B) | 335.54º | 0.73% | 0.84% | - |
| XYZ | 32.65 | 18.6 | 19.96 | - |
| YUV | 111.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 121 | 0 | 0.73 | 0.43 | 0.16 | 335.54 | 0.66 | 0.53 |
| Hex | D6 | 39 | 79 | 0 | 49 | 2B | 10 | 150 | 42 | 35 |
| Octal | 326 | 71 | 171 | 0 | 111 | 53 | 20 | 520 | 102 | 65 |
| Binary | 11010110 | 111001 | 1111001 | 0 | 1001001 | 101011 | 10000 | 101010000 | 1000010 | 110101 |
Color Harmonies of #D63979
Complementary color
Monochromatic Colors of #D63979
Black with #D63979
Text Example
Text Example
White with #D63979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63979; }
p { color: rgb(214,57,121); }
H1.HeaderClassName
{
color: #D63979;
}
.AnyTagClassName
{
color: #D63979;
}
</style>
background-color css
<style>
a { background-color: #D63979; }
a { background-color: rgb(214,57,121); }
div.DivClassName
{
background-color: #D63979;
}
.BgClassName
{
background-color: #D63979;
}
</style>
border-color css
<style>
span { border-color: #D63979; }
span { border-color: rgb(214,57,121); }
td.TdClassName
{
border-color: #D63979;
}
.TagClassName
{
border-color: #D63979;
}
</style>