#D28DDC

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

Shades of Plum #D28DDC

Tints of Plum #D28DDC

Color information

#D28DDC (or 0xD28DDC) is unknown color: approx Plum. HEX triplet: D2, 8D and DC. RGB value is (210,141,220). Sum of RGB (Red+Green+Blue) = 210+141+220=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D28DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DDC is #2D7223. Grayscale: #AAAAAA. Windows color (decimal): -2978340 or 14454226. OLE color: 14454226.

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

Color convert

RGB210141220-
CMYK0.050.3600.14
HSL292.41º53.02%70.78%-
HSV(B)292.41º35.91%86.27%-
XYZ49.0237.9272.45-
YUV170.64155.86156.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=36.78%
G=24.69%
B=38.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101412200.050.3600.14292.4153.0270.78
HexD28DDC5240E1243547
Octal32221533454401644465107
Binary110100101000110111011100101100100011101001001001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DDC; }

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

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

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

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

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

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

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

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