Shades of Plum #DD8AD1
Tints of Plum #DD8AD1
RGB
CMYK
RGB Variations
Color information
#DD8AD1 (or 0xDD8AD1) is known color: Plum. HEX triplet: DD, 8A and D1. RGB value is (221,138,209). Sum of RGB (Red+Green+Blue) = 221+138+209=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8AD1 is #22752E. Grayscale: #AAAAAA. Windows color (decimal): -2258223 or 13732573. OLE color: 13732573.
HSL color Cylindrical-coordinate representation of color #DD8AD1: hue angle of 308.67º 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 #DD8AD1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 138 | 209 | - |
CMYK | 0 | 0.38 | 0.05 | 0.13 |
HSL | 308.67º | 0.55% | 0.7% | - |
HSV(B) | 308.67º | 0.38% | 0.87% | - |
XYZ | 50.42 | 38.15 | 65.03 | - |
YUV | 170.91 | 149.5 | 163.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 138 | 209 | 0 | 0.38 | 0.05 | 0.13 | 308.67 | 0.55 | 0.7 |
Hex | DD | 8A | D1 | 0 | 26 | 5 | D | 135 | 37 | 46 |
Octal | 335 | 212 | 321 | 0 | 46 | 5 | 15 | 465 | 67 | 106 |
Binary | 11011101 | 10001010 | 11010001 | 0 | 100110 | 101 | 1101 | 100110101 | 110111 | 1000110 |
Color Harmonies of #DD8AD1
Complementary color
Monochromatic Colors of #DD8AD1
Black with #DD8AD1
Text Example
Text Example
White with #DD8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AD1; }
p { color: rgb(221,138,209); }
H1.HeaderClassName
{
color: #DD8AD1;
}
.AnyTagClassName
{
color: #DD8AD1;
}
</style>
background-color css
<style>
a { background-color: #DD8AD1; }
a { background-color: rgb(221,138,209); }
div.DivClassName
{
background-color: #DD8AD1;
}
.BgClassName
{
background-color: #DD8AD1;
}
</style>
border-color css
<style>
span { border-color: #DD8AD1; }
span { border-color: rgb(221,138,209); }
td.TdClassName
{
border-color: #DD8AD1;
}
.TagClassName
{
border-color: #DD8AD1;
}
</style>