Shades of Deep Cerise #DD3A8C
Tints of Deep Cerise #DD3A8C
RGB
CMYK
RGB Variations
Color information
#DD3A8C (or 0xDD3A8C) is known color: Deep Cerise. HEX triplet: DD, 3A and 8C. RGB value is (221,58,140). Sum of RGB (Red+Green+Blue) = 221+58+140=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3A8C is #22C573. Grayscale: #737373. Windows color (decimal): -2278772 or 9190109. OLE color: 9190109.
HSL color Cylindrical-coordinate representation of color #DD3A8C: hue angle of 329.82º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3A8C is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 140 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.13 |
| HSL | 329.82º | 0.71% | 0.55% | - |
| HSV(B) | 329.82º | 0.74% | 0.87% | - |
| XYZ | 36.07 | 20.29 | 26.83 | - |
| YUV | 116.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 140 | 0 | 0.74 | 0.37 | 0.13 | 329.82 | 0.71 | 0.55 |
| Hex | DD | 3A | 8C | 0 | 4A | 25 | D | 14A | 47 | 37 |
| Octal | 335 | 72 | 214 | 0 | 112 | 45 | 15 | 512 | 107 | 67 |
| Binary | 11011101 | 111010 | 10001100 | 0 | 1001010 | 100101 | 1101 | 101001010 | 1000111 | 110111 |
Color Harmonies of #DD3A8C
Complementary color
Monochromatic Colors of #DD3A8C
Black with #DD3A8C
Text Example
Text Example
White with #DD3A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A8C; }
p { color: rgb(221,58,140); }
H1.HeaderClassName
{
color: #DD3A8C;
}
.AnyTagClassName
{
color: #DD3A8C;
}
</style>
background-color css
<style>
a { background-color: #DD3A8C; }
a { background-color: rgb(221,58,140); }
div.DivClassName
{
background-color: #DD3A8C;
}
.BgClassName
{
background-color: #DD3A8C;
}
</style>
border-color css
<style>
span { border-color: #DD3A8C; }
span { border-color: rgb(221,58,140); }
td.TdClassName
{
border-color: #DD3A8C;
}
.TagClassName
{
border-color: #DD3A8C;
}
</style>