Shades of Deep Cerise #D63479
Tints of Deep Cerise #D63479
RGB
CMYK
RGB Variations
Color information
#D63479 (or 0xD63479) is known color: Deep Cerise. HEX triplet: D6, 34 and 79. RGB value is (214,52,121). Sum of RGB (Red+Green+Blue) = 214+52+121=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D63479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63479 is #29CB86. Grayscale: #6C6C6C. Windows color (decimal): -2739079 or 7943382. OLE color: 7943382.
HSL color Cylindrical-coordinate representation of color #D63479: hue angle of 334.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63479 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 121 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.16 |
| HSL | 334.44º | 0.66% | 0.52% | - |
| HSV(B) | 334.44º | 0.76% | 0.84% | - |
| XYZ | 32.41 | 18.13 | 19.88 | - |
| YUV | 108.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 121 | 0 | 0.76 | 0.43 | 0.16 | 334.44 | 0.66 | 0.52 |
| Hex | D6 | 34 | 79 | 0 | 4C | 2B | 10 | 14E | 42 | 34 |
| Octal | 326 | 64 | 171 | 0 | 114 | 53 | 20 | 516 | 102 | 64 |
| Binary | 11010110 | 110100 | 1111001 | 0 | 1001100 | 101011 | 10000 | 101001110 | 1000010 | 110100 |
Color Harmonies of #D63479
Complementary color
Monochromatic Colors of #D63479
Black with #D63479
Text Example
Text Example
White with #D63479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63479; }
p { color: rgb(214,52,121); }
H1.HeaderClassName
{
color: #D63479;
}
.AnyTagClassName
{
color: #D63479;
}
</style>
background-color css
<style>
a { background-color: #D63479; }
a { background-color: rgb(214,52,121); }
div.DivClassName
{
background-color: #D63479;
}
.BgClassName
{
background-color: #D63479;
}
</style>
border-color css
<style>
span { border-color: #D63479; }
span { border-color: rgb(214,52,121); }
td.TdClassName
{
border-color: #D63479;
}
.TagClassName
{
border-color: #D63479;
}
</style>