Shades of Deep Cerise #D62C83
Tints of Deep Cerise #D62C83
RGB
CMYK
RGB Variations
Color information
#D62C83 (or 0xD62C83) is known color: Deep Cerise. HEX triplet: D6, 2C and 83. RGB value is (214,44,131). Sum of RGB (Red+Green+Blue) = 214+44+131=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62C83 is #29D37C. Grayscale: #686868. Windows color (decimal): -2741117 or 8596694. OLE color: 8596694.
HSL color Cylindrical-coordinate representation of color #D62C83: hue angle of 329.29º 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 #D62C83 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 131 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.16 |
| HSL | 329.29º | 0.67% | 0.51% | - |
| HSV(B) | 329.29º | 0.79% | 0.84% | - |
| XYZ | 32.73 | 17.74 | 23.17 | - |
| YUV | 104.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 131 | 0 | 0.79 | 0.39 | 0.16 | 329.29 | 0.67 | 0.51 |
| Hex | D6 | 2C | 83 | 0 | 4F | 27 | 10 | 149 | 43 | 33 |
| Octal | 326 | 54 | 203 | 0 | 117 | 47 | 20 | 511 | 103 | 63 |
| Binary | 11010110 | 101100 | 10000011 | 0 | 1001111 | 100111 | 10000 | 101001001 | 1000011 | 110011 |
Color Harmonies of #D62C83
Complementary color
Monochromatic Colors of #D62C83
Black with #D62C83
Text Example
Text Example
White with #D62C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62C83; }
p { color: rgb(214,44,131); }
H1.HeaderClassName
{
color: #D62C83;
}
.AnyTagClassName
{
color: #D62C83;
}
</style>
background-color css
<style>
a { background-color: #D62C83; }
a { background-color: rgb(214,44,131); }
div.DivClassName
{
background-color: #D62C83;
}
.BgClassName
{
background-color: #D62C83;
}
</style>
border-color css
<style>
span { border-color: #D62C83; }
span { border-color: rgb(214,44,131); }
td.TdClassName
{
border-color: #D62C83;
}
.TagClassName
{
border-color: #D62C83;
}
</style>