Shades of Deep Cerise #D62575
Tints of Deep Cerise #D62575
RGB
CMYK
RGB Variations
Color information
#D62575 (or 0xD62575) is known color: Deep Cerise. HEX triplet: D6, 25 and 75. RGB value is (214,37,117). Sum of RGB (Red+Green+Blue) = 214+37+117=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D62575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62575 is #29DA8A. Grayscale: #626262. Windows color (decimal): -2742923 or 7677398. OLE color: 7677398.
HSL color Cylindrical-coordinate representation of color #D62575: hue angle of 332.88º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62575 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 117 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.16 |
| HSL | 332.88º | 0.71% | 0.49% | - |
| HSV(B) | 332.88º | 0.83% | 0.84% | - |
| XYZ | 31.6 | 16.9 | 18.43 | - |
| YUV | 99.04 | 138.14 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 117 | 0 | 0.83 | 0.45 | 0.16 | 332.88 | 0.71 | 0.49 |
| Hex | D6 | 25 | 75 | 0 | 53 | 2D | 10 | 14D | 47 | 31 |
| Octal | 326 | 45 | 165 | 0 | 123 | 55 | 20 | 515 | 107 | 61 |
| Binary | 11010110 | 100101 | 1110101 | 0 | 1010011 | 101101 | 10000 | 101001101 | 1000111 | 110001 |
Color Harmonies of #D62575
Complementary color
Monochromatic Colors of #D62575
Black with #D62575
Text Example
Text Example
White with #D62575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62575; }
p { color: rgb(214,37,117); }
H1.HeaderClassName
{
color: #D62575;
}
.AnyTagClassName
{
color: #D62575;
}
</style>
background-color css
<style>
a { background-color: #D62575; }
a { background-color: rgb(214,37,117); }
div.DivClassName
{
background-color: #D62575;
}
.BgClassName
{
background-color: #D62575;
}
</style>
border-color css
<style>
span { border-color: #D62575; }
span { border-color: rgb(214,37,117); }
td.TdClassName
{
border-color: #D62575;
}
.TagClassName
{
border-color: #D62575;
}
</style>