#D28DDB

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

Shades of Plum #D28DDB

Tints of Plum #D28DDB

Color information

#D28DDB (or 0xD28DDB) is unknown color: approx Plum. HEX triplet: D2, 8D and DB. RGB value is (210,141,219). Sum of RGB (Red+Green+Blue) = 210+141+219=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D28DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DDB is #2D7224. Grayscale: #AAAAAA. Windows color (decimal): -2978341 or 14388690. OLE color: 14388690.

HSL color Cylindrical-coordinate representation of color #D28DDB: hue angle of 293.08º degrees, saturation: 0.52, 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 #D28DDB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210141219-
CMYK0.040.3600.14
HSL293.08º52%70.59%-
HSV(B)293.08º35.62%85.88%-
XYZ48.8937.8771.75-
YUV170.52155.36156.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=36.84%
G=24.74%
B=38.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101412190.040.3600.14293.085270.59
HexD28DDB4240E1253447
Octal32221533344401644564107
Binary110100101000110111011011100100100011101001001011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DDB; }

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

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

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

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

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

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

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

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