Shades of Deep Cerise #D62081
Tints of Deep Cerise #D62081
RGB
CMYK
RGB Variations
Color information
#D62081 (or 0xD62081) is known color: Deep Cerise. HEX triplet: D6, 20 and 81. RGB value is (214,32,129). Sum of RGB (Red+Green+Blue) = 214+32+129=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D62081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62081 is #29DF7E. Grayscale: #616161. Windows color (decimal): -2744191 or 8462550. OLE color: 8462550.
HSL color Cylindrical-coordinate representation of color #D62081: hue angle of 328.02º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62081 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 129 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.16 |
| HSL | 328.02º | 0.74% | 0.48% | - |
| HSV(B) | 328.02º | 0.85% | 0.84% | - |
| XYZ | 32.21 | 16.91 | 22.34 | - |
| YUV | 97.48 | 145.8 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 129 | 0 | 0.85 | 0.40 | 0.16 | 328.02 | 0.74 | 0.48 |
| Hex | D6 | 20 | 81 | 0 | 55 | 28 | 10 | 148 | 4A | 30 |
| Octal | 326 | 40 | 201 | 0 | 125 | 50 | 20 | 510 | 112 | 60 |
| Binary | 11010110 | 100000 | 10000001 | 0 | 1010101 | 101000 | 10000 | 101001000 | 1001010 | 110000 |
Color Harmonies of #D62081
Complementary color
Monochromatic Colors of #D62081
Black with #D62081
Text Example
Text Example
White with #D62081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62081; }
p { color: rgb(214,32,129); }
H1.HeaderClassName
{
color: #D62081;
}
.AnyTagClassName
{
color: #D62081;
}
</style>
background-color css
<style>
a { background-color: #D62081; }
a { background-color: rgb(214,32,129); }
div.DivClassName
{
background-color: #D62081;
}
.BgClassName
{
background-color: #D62081;
}
</style>
border-color css
<style>
span { border-color: #D62081; }
span { border-color: rgb(214,32,129); }
td.TdClassName
{
border-color: #D62081;
}
.TagClassName
{
border-color: #D62081;
}
</style>