Shades of Deep Cerise #D62A75
Tints of Deep Cerise #D62A75
RGB
CMYK
RGB Variations
Color information
#D62A75 (or 0xD62A75) is known color: Deep Cerise. HEX triplet: D6, 2A and 75. RGB value is (214,42,117). Sum of RGB (Red+Green+Blue) = 214+42+117=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62A75 is #29D58A. Grayscale: #656565. Windows color (decimal): -2741643 or 7678678. OLE color: 7678678.
HSL color Cylindrical-coordinate representation of color #D62A75: hue angle of 333.84º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A75 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 117 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.16 |
| HSL | 333.84º | 0.68% | 0.5% | - |
| HSV(B) | 333.84º | 0.8% | 0.84% | - |
| XYZ | 31.77 | 17.24 | 18.48 | - |
| YUV | 101.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 117 | 0 | 0.80 | 0.45 | 0.16 | 333.84 | 0.68 | 0.5 |
| Hex | D6 | 2A | 75 | 0 | 50 | 2D | 10 | 14E | 44 | 32 |
| Octal | 326 | 52 | 165 | 0 | 120 | 55 | 20 | 516 | 104 | 62 |
| Binary | 11010110 | 101010 | 1110101 | 0 | 1010000 | 101101 | 10000 | 101001110 | 1000100 | 110010 |
Color Harmonies of #D62A75
Complementary color
Monochromatic Colors of #D62A75
Black with #D62A75
Text Example
Text Example
White with #D62A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62A75; }
p { color: rgb(214,42,117); }
H1.HeaderClassName
{
color: #D62A75;
}
.AnyTagClassName
{
color: #D62A75;
}
</style>
background-color css
<style>
a { background-color: #D62A75; }
a { background-color: rgb(214,42,117); }
div.DivClassName
{
background-color: #D62A75;
}
.BgClassName
{
background-color: #D62A75;
}
</style>
border-color css
<style>
span { border-color: #D62A75; }
span { border-color: rgb(214,42,117); }
td.TdClassName
{
border-color: #D62A75;
}
.TagClassName
{
border-color: #D62A75;
}
</style>