#D28ED4

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

Shades of Plum #D28ED4

Tints of Plum #D28ED4

Color information

#D28ED4 (or 0xD28ED4) is unknown color: approx Plum. HEX triplet: D2, 8E and D4. RGB value is (210,142,212). Sum of RGB (Red+Green+Blue) = 210+142+212=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #D28ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ED4 is #2D712B. Grayscale: #AAAAAA. Windows color (decimal): -2978092 or 13930194. OLE color: 13930194.

HSL color Cylindrical-coordinate representation of color #D28ED4: hue angle of 298.29º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28ED4 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210142212-
CMYK0.010.3300.17
HSL298.29º44.87%69.41%-
HSV(B)298.29º33.02%83.14%-
XYZ48.1437.867.05-
YUV170.31151.53156.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 142 (55.86% from 255) = 25.18%
BLUE value IS 212 (83.20% from 255) = 37.59%
R=37.23%
G=25.18%
B=37.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101422120.010.3300.17298.2944.8769.41
HexD28ED412101112a2d45
Octal32221632414102145255105
Binary11010010100011101101010011000010100011001010101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ED4; }

 p { color: rgb(210,142,212); }

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

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

 a { background-color: rgb(210,142,212); }

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

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

 span { border-color: rgb(210,142,212); }

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