Shades of Plum #DD98D3
Tints of Plum #DD98D3
RGB
CMYK
RGB Variations
Color information
#DD98D3 (or 0xDD98D3) is known color: Plum. HEX triplet: DD, 98 and D3. RGB value is (221,152,211). Sum of RGB (Red+Green+Blue) = 221+152+211=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D3 is #22672C. Grayscale: #B3B3B3. Windows color (decimal): -2254637 or 13867229. OLE color: 13867229.
HSL color Cylindrical-coordinate representation of color #DD98D3: hue angle of 308.7º 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 #DD98D3 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 211 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.13 |
| HSL | 308.7º | 0.5% | 0.73% | - |
| HSV(B) | 308.7º | 0.31% | 0.87% | - |
| XYZ | 52.8 | 42.53 | 67.05 | - |
| YUV | 179.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 211 | 0 | 0.31 | 0.05 | 0.13 | 308.7 | 0.5 | 0.73 |
| Hex | DD | 98 | D3 | 0 | 1F | 5 | D | 135 | 32 | 49 |
| Octal | 335 | 230 | 323 | 0 | 37 | 5 | 15 | 465 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11010011 | 0 | 11111 | 101 | 1101 | 100110101 | 110010 | 1001001 |
Color Harmonies of #DD98D3
Complementary color
Monochromatic Colors of #DD98D3
Black with #DD98D3
Text Example
Text Example
White with #DD98D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98D3; }
p { color: rgb(221,152,211); }
H1.HeaderClassName
{
color: #DD98D3;
}
.AnyTagClassName
{
color: #DD98D3;
}
</style>
background-color css
<style>
a { background-color: #DD98D3; }
a { background-color: rgb(221,152,211); }
div.DivClassName
{
background-color: #DD98D3;
}
.BgClassName
{
background-color: #DD98D3;
}
</style>
border-color css
<style>
span { border-color: #DD98D3; }
span { border-color: rgb(221,152,211); }
td.TdClassName
{
border-color: #DD98D3;
}
.TagClassName
{
border-color: #DD98D3;
}
</style>