Shades of Deep Cerise #D63575
Tints of Deep Cerise #D63575
RGB
CMYK
RGB Variations
Color information
#D63575 (or 0xD63575) is known color: Deep Cerise. HEX triplet: D6, 35 and 75. RGB value is (214,53,117). Sum of RGB (Red+Green+Blue) = 214+53+117=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D63575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63575 is #29CA8A. Grayscale: #6C6C6C. Windows color (decimal): -2738827 or 7681494. OLE color: 7681494.
HSL color Cylindrical-coordinate representation of color #D63575: hue angle of 336.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63575 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 117 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.16 |
| HSL | 336.15º | 0.66% | 0.52% | - |
| HSV(B) | 336.15º | 0.75% | 0.84% | - |
| XYZ | 32.22 | 18.13 | 18.63 | - |
| YUV | 108.44 | 132.84 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 117 | 0 | 0.75 | 0.45 | 0.16 | 336.15 | 0.66 | 0.52 |
| Hex | D6 | 35 | 75 | 0 | 4B | 2D | 10 | 150 | 42 | 34 |
| Octal | 326 | 65 | 165 | 0 | 113 | 55 | 20 | 520 | 102 | 64 |
| Binary | 11010110 | 110101 | 1110101 | 0 | 1001011 | 101101 | 10000 | 101010000 | 1000010 | 110100 |
Color Harmonies of #D63575
Complementary color
Monochromatic Colors of #D63575
Black with #D63575
Text Example
Text Example
White with #D63575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63575; }
p { color: rgb(214,53,117); }
H1.HeaderClassName
{
color: #D63575;
}
.AnyTagClassName
{
color: #D63575;
}
</style>
background-color css
<style>
a { background-color: #D63575; }
a { background-color: rgb(214,53,117); }
div.DivClassName
{
background-color: #D63575;
}
.BgClassName
{
background-color: #D63575;
}
</style>
border-color css
<style>
span { border-color: #D63575; }
span { border-color: rgb(214,53,117); }
td.TdClassName
{
border-color: #D63575;
}
.TagClassName
{
border-color: #D63575;
}
</style>