Shades of Deep Cerise #D62D83
Tints of Deep Cerise #D62D83
RGB
CMYK
RGB Variations
Color information
#D62D83 (or 0xD62D83) is known color: Deep Cerise. HEX triplet: D6, 2D and 83. RGB value is (214,45,131). Sum of RGB (Red+Green+Blue) = 214+45+131=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62D83 is #29D27C. Grayscale: #696969. Windows color (decimal): -2740861 or 8596950. OLE color: 8596950.
HSL color Cylindrical-coordinate representation of color #D62D83: hue angle of 329.47º 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 #D62D83 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 131 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.16 |
| HSL | 329.47º | 0.67% | 0.51% | - |
| HSV(B) | 329.47º | 0.79% | 0.84% | - |
| XYZ | 32.77 | 17.81 | 23.18 | - |
| YUV | 105.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 131 | 0 | 0.79 | 0.39 | 0.16 | 329.47 | 0.67 | 0.51 |
| Hex | D6 | 2D | 83 | 0 | 4F | 27 | 10 | 149 | 43 | 33 |
| Octal | 326 | 55 | 203 | 0 | 117 | 47 | 20 | 511 | 103 | 63 |
| Binary | 11010110 | 101101 | 10000011 | 0 | 1001111 | 100111 | 10000 | 101001001 | 1000011 | 110011 |
Color Harmonies of #D62D83
Complementary color
Monochromatic Colors of #D62D83
Black with #D62D83
Text Example
Text Example
White with #D62D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D83; }
p { color: rgb(214,45,131); }
H1.HeaderClassName
{
color: #D62D83;
}
.AnyTagClassName
{
color: #D62D83;
}
</style>
background-color css
<style>
a { background-color: #D62D83; }
a { background-color: rgb(214,45,131); }
div.DivClassName
{
background-color: #D62D83;
}
.BgClassName
{
background-color: #D62D83;
}
</style>
border-color css
<style>
span { border-color: #D62D83; }
span { border-color: rgb(214,45,131); }
td.TdClassName
{
border-color: #D62D83;
}
.TagClassName
{
border-color: #D62D83;
}
</style>