#D28AD9

Color #D28AD9 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D28AD9

Tints of Plum #D28AD9

Color information

#D28AD9 (or 0xD28AD9) is unknown color: approx Plum. HEX triplet: D2, 8A and D9. RGB value is (210,138,217). Sum of RGB (Red+Green+Blue) = 210+138+217=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #D28AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AD9 is #2D7526. Grayscale: #A8A8A8. Windows color (decimal): -2979111 or 14256850. OLE color: 14256850.

HSL color Cylindrical-coordinate representation of color #D28AD9: hue angle of 294.68º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28AD9 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210138217-
CMYK0.030.3600.15
HSL294.68º50.97%69.61%-
HSV(B)294.68º36.41%85.1%-
XYZ48.1936.8970.23-
YUV168.53155.35157.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=37.17%
G=24.42%
B=38.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101382170.030.3600.15294.6850.9769.61
HexD28AD93240F1273346
Octal32221233134401744763106
Binary11010010100010101101100111100100011111001001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AD9; }

 p { color: rgb(210,138,217); }

 H1.HeaderClassName
 {
   color: #D28AD9;
 }
 .AnyTagClassName
 {
   color: #D28AD9;
 }
</style>
background-color css

<style>
 a { background-color: #D28AD9; }

 a { background-color: rgb(210,138,217); }

 div.DivClassName
 {
   background-color: #D28AD9;
 }
 .BgClassName
 {
   background-color: #D28AD9;
 }
</style>
border-color css

<style>
 span { border-color: #D28AD9; }

 span { border-color: rgb(210,138,217); }

 td.TdClassName
 {
   border-color: #D28AD9;
 }
 .TagClassName
 {
   border-color: #D28AD9;
 }
</style>