Shades of Plum #DD8FDD
Tints of Plum #DD8FDD
RGB
CMYK
RGB Variations
Color information
#DD8FDD (or 0xDD8FDD) is known color: Plum. HEX triplet: DD, 8F and DD. RGB value is (221,143,221). Sum of RGB (Red+Green+Blue) = 221+143+221=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FDD is #227022. Grayscale: #AEAEAE. Windows color (decimal): -2256931 or 14520285. OLE color: 14520285.
HSL color Cylindrical-coordinate representation of color #DD8FDD: hue angle of 300º 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 #DD8FDD is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 143 | 221 | - |
CMYK | 0 | 0.35 | 0 | 0.13 |
HSL | 300º | 0.53% | 0.71% | - |
HSV(B) | 300º | 0.35% | 0.87% | - |
XYZ | 52.69 | 40.24 | 73.4 | - |
YUV | 175.21 | 153.84 | 160.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 143 | 221 | 0 | 0.35 | 0 | 0.13 | 300 | 0.53 | 0.71 |
Hex | DD | 8F | DD | 0 | 23 | 0 | D | 12C | 35 | 47 |
Octal | 335 | 217 | 335 | 0 | 43 | 0 | 15 | 454 | 65 | 107 |
Binary | 11011101 | 10001111 | 11011101 | 0 | 100011 | 0 | 1101 | 100101100 | 110101 | 1000111 |
Color Harmonies of #DD8FDD
Complementary color
Monochromatic Colors of #DD8FDD
Black with #DD8FDD
Text Example
Text Example
White with #DD8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FDD; }
p { color: rgb(221,143,221); }
H1.HeaderClassName
{
color: #DD8FDD;
}
.AnyTagClassName
{
color: #DD8FDD;
}
</style>
background-color css
<style>
a { background-color: #DD8FDD; }
a { background-color: rgb(221,143,221); }
div.DivClassName
{
background-color: #DD8FDD;
}
.BgClassName
{
background-color: #DD8FDD;
}
</style>
border-color css
<style>
span { border-color: #DD8FDD; }
span { border-color: rgb(221,143,221); }
td.TdClassName
{
border-color: #DD8FDD;
}
.TagClassName
{
border-color: #DD8FDD;
}
</style>