Shades of Deep Cerise #D62C8D
Tints of Deep Cerise #D62C8D
RGB
CMYK
RGB Variations
Color information
#D62C8D (or 0xD62C8D) is known color: Deep Cerise. HEX triplet: D6, 2C and 8D. RGB value is (214,44,141). Sum of RGB (Red+Green+Blue) = 214+44+141=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62C8D is #29D372. Grayscale: #696969. Windows color (decimal): -2741107 or 9252054. OLE color: 9252054.
HSL color Cylindrical-coordinate representation of color #D62C8D: hue angle of 325.76º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62C8D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 141 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.16 |
| HSL | 325.76º | 0.67% | 0.51% | - |
| HSV(B) | 325.76º | 0.79% | 0.84% | - |
| XYZ | 33.44 | 18.02 | 26.92 | - |
| YUV | 105.89 | 147.82 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 141 | 0 | 0.79 | 0.34 | 0.16 | 325.76 | 0.67 | 0.51 |
| Hex | D6 | 2C | 8D | 0 | 4F | 22 | 10 | 146 | 43 | 33 |
| Octal | 326 | 54 | 215 | 0 | 117 | 42 | 20 | 506 | 103 | 63 |
| Binary | 11010110 | 101100 | 10001101 | 0 | 1001111 | 100010 | 10000 | 101000110 | 1000011 | 110011 |
Color Harmonies of #D62C8D
Complementary color
Monochromatic Colors of #D62C8D
Black with #D62C8D
Text Example
Text Example
White with #D62C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62C8D; }
p { color: rgb(214,44,141); }
H1.HeaderClassName
{
color: #D62C8D;
}
.AnyTagClassName
{
color: #D62C8D;
}
</style>
background-color css
<style>
a { background-color: #D62C8D; }
a { background-color: rgb(214,44,141); }
div.DivClassName
{
background-color: #D62C8D;
}
.BgClassName
{
background-color: #D62C8D;
}
</style>
border-color css
<style>
span { border-color: #D62C8D; }
span { border-color: rgb(214,44,141); }
td.TdClassName
{
border-color: #D62C8D;
}
.TagClassName
{
border-color: #D62C8D;
}
</style>