Shades of Plum #DD98D4
Tints of Plum #DD98D4
RGB
CMYK
RGB Variations
Color information
#DD98D4 (or 0xDD98D4) is known color: Plum. HEX triplet: DD, 98 and D4. RGB value is (221,152,212). Sum of RGB (Red+Green+Blue) = 221+152+212=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D4 is #22672B. Grayscale: #B3B3B3. Windows color (decimal): -2254636 or 13932765. OLE color: 13932765.
HSL color Cylindrical-coordinate representation of color #DD98D4: hue angle of 307.83º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98D4 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 212 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.13 |
| HSL | 307.83º | 0.5% | 0.73% | - |
| HSV(B) | 307.83º | 0.31% | 0.87% | - |
| XYZ | 52.93 | 42.58 | 67.72 | - |
| YUV | 179.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 212 | 0 | 0.31 | 0.04 | 0.13 | 307.83 | 0.5 | 0.73 |
| Hex | DD | 98 | D4 | 0 | 1F | 4 | D | 134 | 32 | 49 |
| Octal | 335 | 230 | 324 | 0 | 37 | 4 | 15 | 464 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11010100 | 0 | 11111 | 100 | 1101 | 100110100 | 110010 | 1001001 |
Color Harmonies of #DD98D4
Complementary color
Monochromatic Colors of #DD98D4
Black with #DD98D4
Text Example
Text Example
White with #DD98D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98D4; }
p { color: rgb(221,152,212); }
H1.HeaderClassName
{
color: #DD98D4;
}
.AnyTagClassName
{
color: #DD98D4;
}
</style>
background-color css
<style>
a { background-color: #DD98D4; }
a { background-color: rgb(221,152,212); }
div.DivClassName
{
background-color: #DD98D4;
}
.BgClassName
{
background-color: #DD98D4;
}
</style>
border-color css
<style>
span { border-color: #DD98D4; }
span { border-color: rgb(221,152,212); }
td.TdClassName
{
border-color: #DD98D4;
}
.TagClassName
{
border-color: #DD98D4;
}
</style>