Shades of Deep Cerise #D62E85
Tints of Deep Cerise #D62E85
RGB
CMYK
RGB Variations
Color information
#D62E85 (or 0xD62E85) is known color: Deep Cerise. HEX triplet: D6, 2E and 85. RGB value is (214,46,133). Sum of RGB (Red+Green+Blue) = 214+46+133=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E85 is #29D17A. Grayscale: #696969. Windows color (decimal): -2740603 or 8728278. OLE color: 8728278.
HSL color Cylindrical-coordinate representation of color #D62E85: hue angle of 328.93º 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 #D62E85 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 133 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.16 |
| HSL | 328.93º | 0.67% | 0.51% | - |
| HSV(B) | 328.93º | 0.79% | 0.84% | - |
| XYZ | 32.94 | 17.94 | 23.92 | - |
| YUV | 106.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 133 | 0 | 0.79 | 0.38 | 0.16 | 328.93 | 0.67 | 0.51 |
| Hex | D6 | 2E | 85 | 0 | 4F | 26 | 10 | 149 | 43 | 33 |
| Octal | 326 | 56 | 205 | 0 | 117 | 46 | 20 | 511 | 103 | 63 |
| Binary | 11010110 | 101110 | 10000101 | 0 | 1001111 | 100110 | 10000 | 101001001 | 1000011 | 110011 |
Color Harmonies of #D62E85
Complementary color
Monochromatic Colors of #D62E85
Black with #D62E85
Text Example
Text Example
White with #D62E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E85; }
p { color: rgb(214,46,133); }
H1.HeaderClassName
{
color: #D62E85;
}
.AnyTagClassName
{
color: #D62E85;
}
</style>
background-color css
<style>
a { background-color: #D62E85; }
a { background-color: rgb(214,46,133); }
div.DivClassName
{
background-color: #D62E85;
}
.BgClassName
{
background-color: #D62E85;
}
</style>
border-color css
<style>
span { border-color: #D62E85; }
span { border-color: rgb(214,46,133); }
td.TdClassName
{
border-color: #D62E85;
}
.TagClassName
{
border-color: #D62E85;
}
</style>