Shades of Deep Cerise #D62F98
Tints of Deep Cerise #D62F98
RGB
CMYK
RGB Variations
Color information
#D62F98 (or 0xD62F98) is known color: Deep Cerise. HEX triplet: D6, 2F and 98. RGB value is (214,47,152). Sum of RGB (Red+Green+Blue) = 214+47+152=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62F98 is #29D067. Grayscale: #6C6C6C. Windows color (decimal): -2740328 or 9973718. OLE color: 9973718.
HSL color Cylindrical-coordinate representation of color #D62F98: hue angle of 322.28º 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 #D62F98 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 152 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.16 |
| HSL | 322.28º | 0.67% | 0.51% | - |
| HSV(B) | 322.28º | 0.78% | 0.84% | - |
| XYZ | 34.42 | 18.6 | 31.48 | - |
| YUV | 108.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 152 | 0 | 0.78 | 0.29 | 0.16 | 322.28 | 0.67 | 0.51 |
| Hex | D6 | 2F | 98 | 0 | 4E | 1D | 10 | 142 | 43 | 33 |
| Octal | 326 | 57 | 230 | 0 | 116 | 35 | 20 | 502 | 103 | 63 |
| Binary | 11010110 | 101111 | 10011000 | 0 | 1001110 | 11101 | 10000 | 101000010 | 1000011 | 110011 |
Color Harmonies of #D62F98
Complementary color
Monochromatic Colors of #D62F98
Black with #D62F98
Text Example
Text Example
White with #D62F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F98; }
p { color: rgb(214,47,152); }
H1.HeaderClassName
{
color: #D62F98;
}
.AnyTagClassName
{
color: #D62F98;
}
</style>
background-color css
<style>
a { background-color: #D62F98; }
a { background-color: rgb(214,47,152); }
div.DivClassName
{
background-color: #D62F98;
}
.BgClassName
{
background-color: #D62F98;
}
</style>
border-color css
<style>
span { border-color: #D62F98; }
span { border-color: rgb(214,47,152); }
td.TdClassName
{
border-color: #D62F98;
}
.TagClassName
{
border-color: #D62F98;
}
</style>