Shades of Deep Cerise #DD498F
Tints of Deep Cerise #DD498F
RGB
CMYK
RGB Variations
Color information
#DD498F (or 0xDD498F) is known color: Deep Cerise. HEX triplet: DD, 49 and 8F. RGB value is (221,73,143). Sum of RGB (Red+Green+Blue) = 221+73+143=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD498F is #22B670. Grayscale: #7D7D7D. Windows color (decimal): -2274929 or 9390557. OLE color: 9390557.
HSL color Cylindrical-coordinate representation of color #DD498F: hue angle of 331.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD498F is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 143 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.13 |
| HSL | 331.62º | 0.69% | 0.58% | - |
| HSV(B) | 331.62º | 0.67% | 0.87% | - |
| XYZ | 37.16 | 22.12 | 28.3 | - |
| YUV | 125.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 143 | 0 | 0.67 | 0.35 | 0.13 | 331.62 | 0.69 | 0.58 |
| Hex | DD | 49 | 8F | 0 | 43 | 23 | D | 14C | 45 | 3A |
| Octal | 335 | 111 | 217 | 0 | 103 | 43 | 15 | 514 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10001111 | 0 | 1000011 | 100011 | 1101 | 101001100 | 1000101 | 111010 |
Color Harmonies of #DD498F
Complementary color
Monochromatic Colors of #DD498F
Black with #DD498F
Text Example
Text Example
White with #DD498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD498F; }
p { color: rgb(221,73,143); }
H1.HeaderClassName
{
color: #DD498F;
}
.AnyTagClassName
{
color: #DD498F;
}
</style>
background-color css
<style>
a { background-color: #DD498F; }
a { background-color: rgb(221,73,143); }
div.DivClassName
{
background-color: #DD498F;
}
.BgClassName
{
background-color: #DD498F;
}
</style>
border-color css
<style>
span { border-color: #DD498F; }
span { border-color: rgb(221,73,143); }
td.TdClassName
{
border-color: #DD498F;
}
.TagClassName
{
border-color: #DD498F;
}
</style>