Shades of Deep Cerise #D62E8F
Tints of Deep Cerise #D62E8F
RGB
CMYK
RGB Variations
Color information
#D62E8F (or 0xD62E8F) is known color: Deep Cerise. HEX triplet: D6, 2E and 8F. RGB value is (214,46,143). Sum of RGB (Red+Green+Blue) = 214+46+143=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E8F is #29D170. Grayscale: #6B6B6B. Windows color (decimal): -2740593 or 9383638. OLE color: 9383638.
HSL color Cylindrical-coordinate representation of color #D62E8F: hue angle of 325.36º 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 #D62E8F is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 143 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.16 |
| HSL | 325.36º | 0.67% | 0.51% | - |
| HSV(B) | 325.36º | 0.79% | 0.84% | - |
| XYZ | 33.67 | 18.23 | 27.73 | - |
| YUV | 107.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 143 | 0 | 0.79 | 0.33 | 0.16 | 325.36 | 0.67 | 0.51 |
| Hex | D6 | 2E | 8F | 0 | 4F | 21 | 10 | 145 | 43 | 33 |
| Octal | 326 | 56 | 217 | 0 | 117 | 41 | 20 | 505 | 103 | 63 |
| Binary | 11010110 | 101110 | 10001111 | 0 | 1001111 | 100001 | 10000 | 101000101 | 1000011 | 110011 |
Color Harmonies of #D62E8F
Complementary color
Monochromatic Colors of #D62E8F
Black with #D62E8F
Text Example
Text Example
White with #D62E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E8F; }
p { color: rgb(214,46,143); }
H1.HeaderClassName
{
color: #D62E8F;
}
.AnyTagClassName
{
color: #D62E8F;
}
</style>
background-color css
<style>
a { background-color: #D62E8F; }
a { background-color: rgb(214,46,143); }
div.DivClassName
{
background-color: #D62E8F;
}
.BgClassName
{
background-color: #D62E8F;
}
</style>
border-color css
<style>
span { border-color: #D62E8F; }
span { border-color: rgb(214,46,143); }
td.TdClassName
{
border-color: #D62E8F;
}
.TagClassName
{
border-color: #D62E8F;
}
</style>