Shades of Deep Cerise #D62574
Tints of Deep Cerise #D62574
RGB
CMYK
RGB Variations
Color information
#D62574 (or 0xD62574) is known color: Deep Cerise. HEX triplet: D6, 25 and 74. RGB value is (214,37,116). Sum of RGB (Red+Green+Blue) = 214+37+116=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D62574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62574 is #29DA8B. Grayscale: #626262. Windows color (decimal): -2742924 or 7611862. OLE color: 7611862.
HSL color Cylindrical-coordinate representation of color #D62574: hue angle of 333.22º 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 #D62574 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 116 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.16 |
| HSL | 333.22º | 0.71% | 0.49% | - |
| HSV(B) | 333.22º | 0.83% | 0.84% | - |
| XYZ | 31.55 | 16.88 | 18.12 | - |
| YUV | 98.93 | 137.64 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 116 | 0 | 0.83 | 0.46 | 0.16 | 333.22 | 0.71 | 0.49 |
| Hex | D6 | 25 | 74 | 0 | 53 | 2E | 10 | 14D | 47 | 31 |
| Octal | 326 | 45 | 164 | 0 | 123 | 56 | 20 | 515 | 107 | 61 |
| Binary | 11010110 | 100101 | 1110100 | 0 | 1010011 | 101110 | 10000 | 101001101 | 1000111 | 110001 |
Color Harmonies of #D62574
Complementary color
Monochromatic Colors of #D62574
Black with #D62574
Text Example
Text Example
White with #D62574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62574; }
p { color: rgb(214,37,116); }
H1.HeaderClassName
{
color: #D62574;
}
.AnyTagClassName
{
color: #D62574;
}
</style>
background-color css
<style>
a { background-color: #D62574; }
a { background-color: rgb(214,37,116); }
div.DivClassName
{
background-color: #D62574;
}
.BgClassName
{
background-color: #D62574;
}
</style>
border-color css
<style>
span { border-color: #D62574; }
span { border-color: rgb(214,37,116); }
td.TdClassName
{
border-color: #D62574;
}
.TagClassName
{
border-color: #D62574;
}
</style>