Shades of Deep Cerise #D62573
Tints of Deep Cerise #D62573
RGB
CMYK
RGB Variations
Color information
#D62573 (or 0xD62573) is known color: Deep Cerise. HEX triplet: D6, 25 and 73. RGB value is (214,37,115). Sum of RGB (Red+Green+Blue) = 214+37+115=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D62573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62573 is #29DA8C. Grayscale: #626262. Windows color (decimal): -2742925 or 7546326. OLE color: 7546326.
HSL color Cylindrical-coordinate representation of color #D62573: hue angle of 333.56º 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 #D62573 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 115 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.16 |
| HSL | 333.56º | 0.71% | 0.49% | - |
| HSV(B) | 333.56º | 0.83% | 0.84% | - |
| XYZ | 31.49 | 16.86 | 17.81 | - |
| YUV | 98.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 115 | 0 | 0.83 | 0.46 | 0.16 | 333.56 | 0.71 | 0.49 |
| Hex | D6 | 25 | 73 | 0 | 53 | 2E | 10 | 14E | 47 | 31 |
| Octal | 326 | 45 | 163 | 0 | 123 | 56 | 20 | 516 | 107 | 61 |
| Binary | 11010110 | 100101 | 1110011 | 0 | 1010011 | 101110 | 10000 | 101001110 | 1000111 | 110001 |
Color Harmonies of #D62573
Complementary color
Monochromatic Colors of #D62573
Black with #D62573
Text Example
Text Example
White with #D62573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62573; }
p { color: rgb(214,37,115); }
H1.HeaderClassName
{
color: #D62573;
}
.AnyTagClassName
{
color: #D62573;
}
</style>
background-color css
<style>
a { background-color: #D62573; }
a { background-color: rgb(214,37,115); }
div.DivClassName
{
background-color: #D62573;
}
.BgClassName
{
background-color: #D62573;
}
</style>
border-color css
<style>
span { border-color: #D62573; }
span { border-color: rgb(214,37,115); }
td.TdClassName
{
border-color: #D62573;
}
.TagClassName
{
border-color: #D62573;
}
</style>