Shades of Plum #DD8AD2
Tints of Plum #DD8AD2
RGB
CMYK
RGB Variations
Color information
#DD8AD2 (or 0xDD8AD2) is known color: Plum. HEX triplet: DD, 8A and D2. RGB value is (221,138,210). Sum of RGB (Red+Green+Blue) = 221+138+210=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8AD2 is #22752D. Grayscale: #AAAAAA. Windows color (decimal): -2258222 or 13798109. OLE color: 13798109.
HSL color Cylindrical-coordinate representation of color #DD8AD2: hue angle of 307.95º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8AD2 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 138 | 210 | - |
CMYK | 0 | 0.38 | 0.05 | 0.13 |
HSL | 307.95º | 0.55% | 0.7% | - |
HSV(B) | 307.95º | 0.38% | 0.87% | - |
XYZ | 50.54 | 38.2 | 65.68 | - |
YUV | 171.03 | 150 | 163.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 138 | 210 | 0 | 0.38 | 0.05 | 0.13 | 307.95 | 0.55 | 0.7 |
Hex | DD | 8A | D2 | 0 | 26 | 5 | D | 134 | 37 | 46 |
Octal | 335 | 212 | 322 | 0 | 46 | 5 | 15 | 464 | 67 | 106 |
Binary | 11011101 | 10001010 | 11010010 | 0 | 100110 | 101 | 1101 | 100110100 | 110111 | 1000110 |
Color Harmonies of #DD8AD2
Complementary color
Monochromatic Colors of #DD8AD2
Black with #DD8AD2
Text Example
Text Example
White with #DD8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AD2; }
p { color: rgb(221,138,210); }
H1.HeaderClassName
{
color: #DD8AD2;
}
.AnyTagClassName
{
color: #DD8AD2;
}
</style>
background-color css
<style>
a { background-color: #DD8AD2; }
a { background-color: rgb(221,138,210); }
div.DivClassName
{
background-color: #DD8AD2;
}
.BgClassName
{
background-color: #DD8AD2;
}
</style>
border-color css
<style>
span { border-color: #DD8AD2; }
span { border-color: rgb(221,138,210); }
td.TdClassName
{
border-color: #DD8AD2;
}
.TagClassName
{
border-color: #DD8AD2;
}
</style>