Shades of Deep Cerise #DD488C
Tints of Deep Cerise #DD488C
RGB
CMYK
RGB Variations
Color information
#DD488C (or 0xDD488C) is known color: Deep Cerise. HEX triplet: DD, 48 and 8C. RGB value is (221,72,140). Sum of RGB (Red+Green+Blue) = 221+72+140=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD488C is #22B773. Grayscale: #7C7C7C. Windows color (decimal): -2275188 or 9193693. OLE color: 9193693.
HSL color Cylindrical-coordinate representation of color #DD488C: hue angle of 332.62º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD488C is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 140 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.13 |
| HSL | 332.62º | 0.69% | 0.57% | - |
| HSV(B) | 332.62º | 0.67% | 0.87% | - |
| XYZ | 36.87 | 21.9 | 27.09 | - |
| YUV | 124.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 140 | 0 | 0.67 | 0.37 | 0.13 | 332.62 | 0.69 | 0.57 |
| Hex | DD | 48 | 8C | 0 | 43 | 25 | D | 14D | 45 | 39 |
| Octal | 335 | 110 | 214 | 0 | 103 | 45 | 15 | 515 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10001100 | 0 | 1000011 | 100101 | 1101 | 101001101 | 1000101 | 111001 |
Color Harmonies of #DD488C
Complementary color
Monochromatic Colors of #DD488C
Black with #DD488C
Text Example
Text Example
White with #DD488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD488C; }
p { color: rgb(221,72,140); }
H1.HeaderClassName
{
color: #DD488C;
}
.AnyTagClassName
{
color: #DD488C;
}
</style>
background-color css
<style>
a { background-color: #DD488C; }
a { background-color: rgb(221,72,140); }
div.DivClassName
{
background-color: #DD488C;
}
.BgClassName
{
background-color: #DD488C;
}
</style>
border-color css
<style>
span { border-color: #DD488C; }
span { border-color: rgb(221,72,140); }
td.TdClassName
{
border-color: #DD488C;
}
.TagClassName
{
border-color: #DD488C;
}
</style>