#D28BDB

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

Shades of Plum #D28BDB

Tints of Plum #D28BDB

Color information

#D28BDB (or 0xD28BDB) is unknown color: approx Plum. HEX triplet: D2, 8B and DB. RGB value is (210,139,219). Sum of RGB (Red+Green+Blue) = 210+139+219=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D28BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BDB is #2D7424. Grayscale: #A9A9A9. Windows color (decimal): -2978853 or 14388178. OLE color: 14388178.

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

Color convert

RGB210139219-
CMYK0.040.3700.14
HSL293.25º52.63%70.2%-
HSV(B)293.25º36.53%85.88%-
XYZ48.637.2871.65-
YUV169.35156.02157-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 139 (54.69% from 255) = 24.47%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=36.97%
G=24.47%
B=38.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101392190.040.3700.14293.2552.6370.2
HexD28BDB4250E1253546
Octal32221333344501644565106
Binary110100101000101111011011100100101011101001001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28BDB; }

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

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

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

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

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

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

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

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