#D28ED8

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

Shades of Plum #D28ED8

Tints of Plum #D28ED8

Color information

#D28ED8 (or 0xD28ED8) is unknown color: approx Plum. HEX triplet: D2, 8E and D8. RGB value is (210,142,216). Sum of RGB (Red+Green+Blue) = 210+142+216=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #D28ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ED8 is #2D7127. Grayscale: #AAAAAA. Windows color (decimal): -2978088 or 14192338. OLE color: 14192338.

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

Color convert

RGB210142216-
CMYK0.030.3400.15
HSL295.14º48.68%70.2%-
HSV(B)295.14º34.26%84.71%-
XYZ48.6538.0169.74-
YUV170.77153.53155.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 216 (84.77% from 255) = 38.03%
R=36.97%
G=25%
B=38.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101422160.030.3400.15295.1448.6870.2
HexD28ED83220F1273146
Octal32221633034201744761106
Binary11010010100011101101100011100010011111001001111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ED8; }

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

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

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

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

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

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

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

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