Shades of Deep Cerise #DD4180
Tints of Deep Cerise #DD4180
RGB
CMYK
RGB Variations
Color information
#DD4180 (or 0xDD4180) is known color: Deep Cerise. HEX triplet: DD, 41 and 80. RGB value is (221,65,128). Sum of RGB (Red+Green+Blue) = 221+65+128=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4180 is #22BE7F. Grayscale: #767676. Windows color (decimal): -2276992 or 8405469. OLE color: 8405469.
HSL color Cylindrical-coordinate representation of color #DD4180: hue angle of 335.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4180 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 128 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.13 |
| HSL | 335.77º | 0.7% | 0.56% | - |
| HSV(B) | 335.77º | 0.71% | 0.87% | - |
| XYZ | 35.61 | 20.71 | 22.54 | - |
| YUV | 118.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 128 | 0 | 0.71 | 0.42 | 0.13 | 335.77 | 0.7 | 0.56 |
| Hex | DD | 41 | 80 | 0 | 47 | 2A | D | 150 | 46 | 38 |
| Octal | 335 | 101 | 200 | 0 | 107 | 52 | 15 | 520 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10000000 | 0 | 1000111 | 101010 | 1101 | 101010000 | 1000110 | 111000 |
Color Harmonies of #DD4180
Complementary color
Monochromatic Colors of #DD4180
Black with #DD4180
Text Example
Text Example
White with #DD4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4180; }
p { color: rgb(221,65,128); }
H1.HeaderClassName
{
color: #DD4180;
}
.AnyTagClassName
{
color: #DD4180;
}
</style>
background-color css
<style>
a { background-color: #DD4180; }
a { background-color: rgb(221,65,128); }
div.DivClassName
{
background-color: #DD4180;
}
.BgClassName
{
background-color: #DD4180;
}
</style>
border-color css
<style>
span { border-color: #DD4180; }
span { border-color: rgb(221,65,128); }
td.TdClassName
{
border-color: #DD4180;
}
.TagClassName
{
border-color: #DD4180;
}
</style>