Shades of Deep Cerise #D71F80
Tints of Deep Cerise #D71F80
RGB
CMYK
RGB Variations
Color information
#D71F80 (or 0xD71F80) is known color: Deep Cerise. HEX triplet: D7, 1F and 80. RGB value is (215,31,128). Sum of RGB (Red+Green+Blue) = 215+31+128=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71F80 is #28E07F. Grayscale: #606060. Windows color (decimal): -2678912 or 8396759. OLE color: 8396759.
HSL color Cylindrical-coordinate representation of color #D71F80: hue angle of 328.37º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71F80 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 128 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.16 |
| HSL | 328.37º | 0.75% | 0.48% | - |
| HSV(B) | 328.37º | 0.86% | 0.84% | - |
| XYZ | 32.41 | 16.99 | 21.99 | - |
| YUV | 97.07 | 145.46 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 128 | 0 | 0.86 | 0.40 | 0.16 | 328.37 | 0.75 | 0.48 |
| Hex | D7 | 1F | 80 | 0 | 56 | 28 | 10 | 148 | 4B | 30 |
| Octal | 327 | 37 | 200 | 0 | 126 | 50 | 20 | 510 | 113 | 60 |
| Binary | 11010111 | 11111 | 10000000 | 0 | 1010110 | 101000 | 10000 | 101001000 | 1001011 | 110000 |
Color Harmonies of #D71F80
Complementary color
Monochromatic Colors of #D71F80
Black with #D71F80
Text Example
Text Example
White with #D71F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F80; }
p { color: rgb(215,31,128); }
H1.HeaderClassName
{
color: #D71F80;
}
.AnyTagClassName
{
color: #D71F80;
}
</style>
background-color css
<style>
a { background-color: #D71F80; }
a { background-color: rgb(215,31,128); }
div.DivClassName
{
background-color: #D71F80;
}
.BgClassName
{
background-color: #D71F80;
}
</style>
border-color css
<style>
span { border-color: #D71F80; }
span { border-color: rgb(215,31,128); }
td.TdClassName
{
border-color: #D71F80;
}
.TagClassName
{
border-color: #D71F80;
}
</style>