Shades of Deep Cerise #DD3F8C
Tints of Deep Cerise #DD3F8C
RGB
CMYK
RGB Variations
Color information
#DD3F8C (or 0xDD3F8C) is known color: Deep Cerise. HEX triplet: DD, 3F and 8C. RGB value is (221,63,140). Sum of RGB (Red+Green+Blue) = 221+63+140=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F8C is #22C073. Grayscale: #767676. Windows color (decimal): -2277492 or 9191389. OLE color: 9191389.
HSL color Cylindrical-coordinate representation of color #DD3F8C: hue angle of 330.76º 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 #DD3F8C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 140 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.13 |
| HSL | 330.76º | 0.7% | 0.56% | - |
| HSV(B) | 330.76º | 0.71% | 0.87% | - |
| XYZ | 36.33 | 20.82 | 26.91 | - |
| YUV | 119.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 140 | 0 | 0.71 | 0.37 | 0.13 | 330.76 | 0.7 | 0.56 |
| Hex | DD | 3F | 8C | 0 | 47 | 25 | D | 14B | 46 | 38 |
| Octal | 335 | 77 | 214 | 0 | 107 | 45 | 15 | 513 | 106 | 70 |
| Binary | 11011101 | 111111 | 10001100 | 0 | 1000111 | 100101 | 1101 | 101001011 | 1000110 | 111000 |
Color Harmonies of #DD3F8C
Complementary color
Monochromatic Colors of #DD3F8C
Black with #DD3F8C
Text Example
Text Example
White with #DD3F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F8C; }
p { color: rgb(221,63,140); }
H1.HeaderClassName
{
color: #DD3F8C;
}
.AnyTagClassName
{
color: #DD3F8C;
}
</style>
background-color css
<style>
a { background-color: #DD3F8C; }
a { background-color: rgb(221,63,140); }
div.DivClassName
{
background-color: #DD3F8C;
}
.BgClassName
{
background-color: #DD3F8C;
}
</style>
border-color css
<style>
span { border-color: #DD3F8C; }
span { border-color: rgb(221,63,140); }
td.TdClassName
{
border-color: #DD3F8C;
}
.TagClassName
{
border-color: #DD3F8C;
}
</style>