Shades of Deep Cerise #D62897
Tints of Deep Cerise #D62897
RGB
CMYK
RGB Variations
Color information
#D62897 (or 0xD62897) is known color: Deep Cerise. HEX triplet: D6, 28 and 97. RGB value is (214,40,151). Sum of RGB (Red+Green+Blue) = 214+40+151=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D62897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62897 is #29D768. Grayscale: #686868. Windows color (decimal): -2742121 or 9906390. OLE color: 9906390.
HSL color Cylindrical-coordinate representation of color #D62897: hue angle of 321.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62897 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 151 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.16 |
| HSL | 321.72º | 0.69% | 0.5% | - |
| HSV(B) | 321.72º | 0.81% | 0.84% | - |
| XYZ | 34.08 | 18.05 | 30.97 | - |
| YUV | 104.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 151 | 0 | 0.81 | 0.29 | 0.16 | 321.72 | 0.69 | 0.5 |
| Hex | D6 | 28 | 97 | 0 | 51 | 1D | 10 | 142 | 45 | 32 |
| Octal | 326 | 50 | 227 | 0 | 121 | 35 | 20 | 502 | 105 | 62 |
| Binary | 11010110 | 101000 | 10010111 | 0 | 1010001 | 11101 | 10000 | 101000010 | 1000101 | 110010 |
Color Harmonies of #D62897
Complementary color
Monochromatic Colors of #D62897
Black with #D62897
Text Example
Text Example
White with #D62897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62897; }
p { color: rgb(214,40,151); }
H1.HeaderClassName
{
color: #D62897;
}
.AnyTagClassName
{
color: #D62897;
}
</style>
background-color css
<style>
a { background-color: #D62897; }
a { background-color: rgb(214,40,151); }
div.DivClassName
{
background-color: #D62897;
}
.BgClassName
{
background-color: #D62897;
}
</style>
border-color css
<style>
span { border-color: #D62897; }
span { border-color: rgb(214,40,151); }
td.TdClassName
{
border-color: #D62897;
}
.TagClassName
{
border-color: #D62897;
}
</style>