Shades of Deep Cerise #DD4181
Tints of Deep Cerise #DD4181
RGB
CMYK
RGB Variations
Color information
#DD4181 (or 0xDD4181) is known color: Deep Cerise. HEX triplet: DD, 41 and 81. RGB value is (221,65,129). Sum of RGB (Red+Green+Blue) = 221+65+129=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4181 is #22BE7E. Grayscale: #767676. Windows color (decimal): -2276991 or 8471005. OLE color: 8471005.
HSL color Cylindrical-coordinate representation of color #DD4181: hue angle of 335.38º 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 #DD4181 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 129 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.13 |
| HSL | 335.38º | 0.7% | 0.56% | - |
| HSV(B) | 335.38º | 0.71% | 0.87% | - |
| XYZ | 35.67 | 20.74 | 22.89 | - |
| YUV | 118.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 129 | 0 | 0.71 | 0.42 | 0.13 | 335.38 | 0.7 | 0.56 |
| Hex | DD | 41 | 81 | 0 | 47 | 2A | D | 14F | 46 | 38 |
| Octal | 335 | 101 | 201 | 0 | 107 | 52 | 15 | 517 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10000001 | 0 | 1000111 | 101010 | 1101 | 101001111 | 1000110 | 111000 |
Color Harmonies of #DD4181
Complementary color
Monochromatic Colors of #DD4181
Black with #DD4181
Text Example
Text Example
White with #DD4181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4181; }
p { color: rgb(221,65,129); }
H1.HeaderClassName
{
color: #DD4181;
}
.AnyTagClassName
{
color: #DD4181;
}
</style>
background-color css
<style>
a { background-color: #DD4181; }
a { background-color: rgb(221,65,129); }
div.DivClassName
{
background-color: #DD4181;
}
.BgClassName
{
background-color: #DD4181;
}
</style>
border-color css
<style>
span { border-color: #DD4181; }
span { border-color: rgb(221,65,129); }
td.TdClassName
{
border-color: #DD4181;
}
.TagClassName
{
border-color: #DD4181;
}
</style>