Shades of Deep Cerise #D63279
Tints of Deep Cerise #D63279
RGB
CMYK
RGB Variations
Color information
#D63279 (or 0xD63279) is known color: Deep Cerise. HEX triplet: D6, 32 and 79. RGB value is (214,50,121). Sum of RGB (Red+Green+Blue) = 214+50+121=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D63279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63279 is #29CD86. Grayscale: #6B6B6B. Windows color (decimal): -2739591 or 7942870. OLE color: 7942870.
HSL color Cylindrical-coordinate representation of color #D63279: hue angle of 334.02º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63279 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 121 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.16 |
| HSL | 334.02º | 0.67% | 0.52% | - |
| HSV(B) | 334.02º | 0.77% | 0.84% | - |
| XYZ | 32.32 | 17.96 | 19.85 | - |
| YUV | 107.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 121 | 0 | 0.77 | 0.43 | 0.16 | 334.02 | 0.67 | 0.52 |
| Hex | D6 | 32 | 79 | 0 | 4D | 2B | 10 | 14E | 43 | 34 |
| Octal | 326 | 62 | 171 | 0 | 115 | 53 | 20 | 516 | 103 | 64 |
| Binary | 11010110 | 110010 | 1111001 | 0 | 1001101 | 101011 | 10000 | 101001110 | 1000011 | 110100 |
Color Harmonies of #D63279
Complementary color
Monochromatic Colors of #D63279
Black with #D63279
Text Example
Text Example
White with #D63279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63279; }
p { color: rgb(214,50,121); }
H1.HeaderClassName
{
color: #D63279;
}
.AnyTagClassName
{
color: #D63279;
}
</style>
background-color css
<style>
a { background-color: #D63279; }
a { background-color: rgb(214,50,121); }
div.DivClassName
{
background-color: #D63279;
}
.BgClassName
{
background-color: #D63279;
}
</style>
border-color css
<style>
span { border-color: #D63279; }
span { border-color: rgb(214,50,121); }
td.TdClassName
{
border-color: #D63279;
}
.TagClassName
{
border-color: #D63279;
}
</style>