Shades of Deep Cerise #D62777
Tints of Deep Cerise #D62777
RGB
CMYK
RGB Variations
Color information
#D62777 (or 0xD62777) is known color: Deep Cerise. HEX triplet: D6, 27 and 77. RGB value is (214,39,119). Sum of RGB (Red+Green+Blue) = 214+39+119=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D62777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62777 is #29D888. Grayscale: #646464. Windows color (decimal): -2742409 or 7808982. OLE color: 7808982.
HSL color Cylindrical-coordinate representation of color #D62777: hue angle of 332.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62777 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 119 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.16 |
| HSL | 332.57º | 0.69% | 0.5% | - |
| HSV(B) | 332.57º | 0.82% | 0.84% | - |
| XYZ | 31.79 | 17.08 | 19.07 | - |
| YUV | 100.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 119 | 0 | 0.82 | 0.44 | 0.16 | 332.57 | 0.69 | 0.5 |
| Hex | D6 | 27 | 77 | 0 | 52 | 2C | 10 | 14D | 45 | 32 |
| Octal | 326 | 47 | 167 | 0 | 122 | 54 | 20 | 515 | 105 | 62 |
| Binary | 11010110 | 100111 | 1110111 | 0 | 1010010 | 101100 | 10000 | 101001101 | 1000101 | 110010 |
Color Harmonies of #D62777
Complementary color
Monochromatic Colors of #D62777
Black with #D62777
Text Example
Text Example
White with #D62777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62777; }
p { color: rgb(214,39,119); }
H1.HeaderClassName
{
color: #D62777;
}
.AnyTagClassName
{
color: #D62777;
}
</style>
background-color css
<style>
a { background-color: #D62777; }
a { background-color: rgb(214,39,119); }
div.DivClassName
{
background-color: #D62777;
}
.BgClassName
{
background-color: #D62777;
}
</style>
border-color css
<style>
span { border-color: #D62777; }
span { border-color: rgb(214,39,119); }
td.TdClassName
{
border-color: #D62777;
}
.TagClassName
{
border-color: #D62777;
}
</style>