Shades of Plum #DD8FD2
Tints of Plum #DD8FD2
RGB
CMYK
RGB Variations
Color information
#DD8FD2 (or 0xDD8FD2) is known color: Plum. HEX triplet: DD, 8F and D2. RGB value is (221,143,210). Sum of RGB (Red+Green+Blue) = 221+143+210=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FD2 is #22702D. Grayscale: #ADADAD. Windows color (decimal): -2256942 or 13799389. OLE color: 13799389.
HSL color Cylindrical-coordinate representation of color #DD8FD2: hue angle of 308.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FD2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 210 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.13 |
| HSL | 308.46º | 0.53% | 0.71% | - |
| HSV(B) | 308.46º | 0.35% | 0.87% | - |
| XYZ | 51.27 | 39.67 | 65.93 | - |
| YUV | 173.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 210 | 0 | 0.35 | 0.05 | 0.13 | 308.46 | 0.53 | 0.71 |
| Hex | DD | 8F | D2 | 0 | 23 | 5 | D | 134 | 35 | 47 |
| Octal | 335 | 217 | 322 | 0 | 43 | 5 | 15 | 464 | 65 | 107 |
| Binary | 11011101 | 10001111 | 11010010 | 0 | 100011 | 101 | 1101 | 100110100 | 110101 | 1000111 |
Color Harmonies of #DD8FD2
Complementary color
Monochromatic Colors of #DD8FD2
Black with #DD8FD2
Text Example
Text Example
White with #DD8FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FD2; }
p { color: rgb(221,143,210); }
H1.HeaderClassName
{
color: #DD8FD2;
}
.AnyTagClassName
{
color: #DD8FD2;
}
</style>
background-color css
<style>
a { background-color: #DD8FD2; }
a { background-color: rgb(221,143,210); }
div.DivClassName
{
background-color: #DD8FD2;
}
.BgClassName
{
background-color: #DD8FD2;
}
</style>
border-color css
<style>
span { border-color: #DD8FD2; }
span { border-color: rgb(221,143,210); }
td.TdClassName
{
border-color: #DD8FD2;
}
.TagClassName
{
border-color: #DD8FD2;
}
</style>