Shades of Deep Cerise #DD418C
Tints of Deep Cerise #DD418C
RGB
CMYK
RGB Variations
Color information
#DD418C (or 0xDD418C) is known color: Deep Cerise. HEX triplet: DD, 41 and 8C. RGB value is (221,65,140). Sum of RGB (Red+Green+Blue) = 221+65+140=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD418C is #22BE73. Grayscale: #787878. Windows color (decimal): -2276980 or 9191901. OLE color: 9191901.
HSL color Cylindrical-coordinate representation of color #DD418C: hue angle of 331.15º 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 #DD418C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 140 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.13 |
| HSL | 331.15º | 0.7% | 0.56% | - |
| HSV(B) | 331.15º | 0.71% | 0.87% | - |
| XYZ | 36.44 | 21.05 | 26.95 | - |
| YUV | 120.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 140 | 0 | 0.71 | 0.37 | 0.13 | 331.15 | 0.7 | 0.56 |
| Hex | DD | 41 | 8C | 0 | 47 | 25 | D | 14B | 46 | 38 |
| Octal | 335 | 101 | 214 | 0 | 107 | 45 | 15 | 513 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10001100 | 0 | 1000111 | 100101 | 1101 | 101001011 | 1000110 | 111000 |
Color Harmonies of #DD418C
Complementary color
Monochromatic Colors of #DD418C
Black with #DD418C
Text Example
Text Example
White with #DD418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD418C; }
p { color: rgb(221,65,140); }
H1.HeaderClassName
{
color: #DD418C;
}
.AnyTagClassName
{
color: #DD418C;
}
</style>
background-color css
<style>
a { background-color: #DD418C; }
a { background-color: rgb(221,65,140); }
div.DivClassName
{
background-color: #DD418C;
}
.BgClassName
{
background-color: #DD418C;
}
</style>
border-color css
<style>
span { border-color: #DD418C; }
span { border-color: rgb(221,65,140); }
td.TdClassName
{
border-color: #DD418C;
}
.TagClassName
{
border-color: #DD418C;
}
</style>