Shades of Plum #D28FDD
Tints of Plum #D28FDD
RGB
CMYK
RGB Variations
Color information
#D28FDD (or 0xD28FDD) is known color: Plum. HEX triplet: D2, 8F and DD. RGB value is (210,143,221). Sum of RGB (Red+Green+Blue) = 210+143+221=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D28FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FDD is #2D7022. Grayscale: #ABABAB. Windows color (decimal): -2977827 or 14520274. OLE color: 14520274.
HSL color Cylindrical-coordinate representation of color #D28FDD: hue angle of 291.54º 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 #D28FDD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 143 | 221 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.13 |
| HSL | 291.54º | 0.53% | 0.71% | - |
| HSV(B) | 291.54º | 0.35% | 0.87% | - |
| XYZ | 49.45 | 38.57 | 73.24 | - |
| YUV | 171.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 221 | 0.05 | 0.35 | 0 | 0.13 | 291.54 | 0.53 | 0.71 |
| Hex | D2 | 8F | DD | 5 | 23 | 0 | D | 124 | 35 | 47 |
| Octal | 322 | 217 | 335 | 5 | 43 | 0 | 15 | 444 | 65 | 107 |
| Binary | 11010010 | 10001111 | 11011101 | 101 | 100011 | 0 | 1101 | 100100100 | 110101 | 1000111 |
Color Harmonies of #D28FDD
Complementary color
Monochromatic Colors of #D28FDD
Black with #D28FDD
Text Example
Text Example
White with #D28FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FDD; }
p { color: rgb(210,143,221); }
H1.HeaderClassName
{
color: #D28FDD;
}
.AnyTagClassName
{
color: #D28FDD;
}
</style>
background-color css
<style>
a { background-color: #D28FDD; }
a { background-color: rgb(210,143,221); }
div.DivClassName
{
background-color: #D28FDD;
}
.BgClassName
{
background-color: #D28FDD;
}
</style>
border-color css
<style>
span { border-color: #D28FDD; }
span { border-color: rgb(210,143,221); }
td.TdClassName
{
border-color: #D28FDD;
}
.TagClassName
{
border-color: #D28FDD;
}
</style>