#D28DDE

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

Shades of Plum #D28DDE

Tints of Plum #D28DDE

Color information

#D28DDE (or 0xD28DDE) is unknown color: approx Plum. HEX triplet: D2, 8D and DE. RGB value is (210,141,222). Sum of RGB (Red+Green+Blue) = 210+141+222=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #D28DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DDE is #2D7221. Grayscale: #AAAAAA. Windows color (decimal): -2978338 or 14585298. OLE color: 14585298.

HSL color Cylindrical-coordinate representation of color #D28DDE: hue angle of 291.11º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28DDE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210141222-
CMYK0.050.3600.13
HSL291.11º55.1%71.18%-
HSV(B)291.11º36.49%87.06%-
XYZ49.2938.0373.85-
YUV170.86156.86155.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 141 (55.47% from 255) = 24.61%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=36.65%
G=24.61%
B=38.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101412220.050.3600.13291.1155.171.18
HexD28DDE5240D1233747
Octal32221533654401544367107
Binary110100101000110111011110101100100011011001000111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DDE; }

 p { color: rgb(210,141,222); }

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

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

 a { background-color: rgb(210,141,222); }

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

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

 span { border-color: rgb(210,141,222); }

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