#D28ED7

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

Shades of Plum #D28ED7

Tints of Plum #D28ED7

Color information

#D28ED7 (or 0xD28ED7) is unknown color: approx Plum. HEX triplet: D2, 8E and D7. RGB value is (210,142,215). Sum of RGB (Red+Green+Blue) = 210+142+215=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #D28ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ED7 is #2D7128. Grayscale: #AAAAAA. Windows color (decimal): -2978089 or 14126802. OLE color: 14126802.

HSL color Cylindrical-coordinate representation of color #D28ED7: hue angle of 295.89º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28ED7 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210142215-
CMYK0.020.3400.16
HSL295.89º47.71%70%-
HSV(B)295.89º33.95%84.31%-
XYZ48.5237.9569.06-
YUV170.65153.03156.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 142 (55.86% from 255) = 25.04%
BLUE value IS 215 (84.38% from 255) = 37.92%
R=37.04%
G=25.04%
B=37.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101422150.020.3400.16295.8947.7170
HexD28ED72220101283046
Octal32221632724202045060106
Binary110100101000111011010111101000100100001001010001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ED7; }

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

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

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

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

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

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

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

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