Shades of Deep Cerise #DD1F80
Tints of Deep Cerise #DD1F80
RGB
CMYK
RGB Variations
Color information
#DD1F80 (or 0xDD1F80) is known color: Deep Cerise. HEX triplet: DD, 1F and 80. RGB value is (221,31,128). Sum of RGB (Red+Green+Blue) = 221+31+128=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1F80 is #22E07F. Grayscale: #626262. Windows color (decimal): -2285696 or 8396765. OLE color: 8396765.
HSL color Cylindrical-coordinate representation of color #DD1F80: hue angle of 329.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F80 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 128 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.13 |
| HSL | 329.37º | 0.75% | 0.49% | - |
| HSV(B) | 329.37º | 0.86% | 0.87% | - |
| XYZ | 34.21 | 17.91 | 22.08 | - |
| YUV | 98.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 128 | 0 | 0.86 | 0.42 | 0.13 | 329.37 | 0.75 | 0.49 |
| Hex | DD | 1F | 80 | 0 | 56 | 2A | D | 149 | 4B | 31 |
| Octal | 335 | 37 | 200 | 0 | 126 | 52 | 15 | 511 | 113 | 61 |
| Binary | 11011101 | 11111 | 10000000 | 0 | 1010110 | 101010 | 1101 | 101001001 | 1001011 | 110001 |
Color Harmonies of #DD1F80
Complementary color
Monochromatic Colors of #DD1F80
Black with #DD1F80
Text Example
Text Example
White with #DD1F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1F80; }
p { color: rgb(221,31,128); }
H1.HeaderClassName
{
color: #DD1F80;
}
.AnyTagClassName
{
color: #DD1F80;
}
</style>
background-color css
<style>
a { background-color: #DD1F80; }
a { background-color: rgb(221,31,128); }
div.DivClassName
{
background-color: #DD1F80;
}
.BgClassName
{
background-color: #DD1F80;
}
</style>
border-color css
<style>
span { border-color: #DD1F80; }
span { border-color: rgb(221,31,128); }
td.TdClassName
{
border-color: #DD1F80;
}
.TagClassName
{
border-color: #DD1F80;
}
</style>