Shades of Deep Cerise #D62F9F
Tints of Deep Cerise #D62F9F
RGB
CMYK
RGB Variations
Color information
#D62F9F (or 0xD62F9F) is known color: Deep Cerise. HEX triplet: D6, 2F and 9F. RGB value is (214,47,159). Sum of RGB (Red+Green+Blue) = 214+47+159=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62F9F is #29D060. Grayscale: #6D6D6D. Windows color (decimal): -2740321 or 10432470. OLE color: 10432470.
HSL color Cylindrical-coordinate representation of color #D62F9F: hue angle of 319.76º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62F9F is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 159 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.16 |
| HSL | 319.76º | 0.67% | 0.51% | - |
| HSV(B) | 319.76º | 0.78% | 0.84% | - |
| XYZ | 35.01 | 18.83 | 34.59 | - |
| YUV | 109.7 | 155.83 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 159 | 0 | 0.78 | 0.26 | 0.16 | 319.76 | 0.67 | 0.51 |
| Hex | D6 | 2F | 9F | 0 | 4E | 1A | 10 | 140 | 43 | 33 |
| Octal | 326 | 57 | 237 | 0 | 116 | 32 | 20 | 500 | 103 | 63 |
| Binary | 11010110 | 101111 | 10011111 | 0 | 1001110 | 11010 | 10000 | 101000000 | 1000011 | 110011 |
Color Harmonies of #D62F9F
Complementary color
Monochromatic Colors of #D62F9F
Black with #D62F9F
Text Example
Text Example
White with #D62F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F9F; }
p { color: rgb(214,47,159); }
H1.HeaderClassName
{
color: #D62F9F;
}
.AnyTagClassName
{
color: #D62F9F;
}
</style>
background-color css
<style>
a { background-color: #D62F9F; }
a { background-color: rgb(214,47,159); }
div.DivClassName
{
background-color: #D62F9F;
}
.BgClassName
{
background-color: #D62F9F;
}
</style>
border-color css
<style>
span { border-color: #D62F9F; }
span { border-color: rgb(214,47,159); }
td.TdClassName
{
border-color: #D62F9F;
}
.TagClassName
{
border-color: #D62F9F;
}
</style>