#D28BDD

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

Shades of Plum #D28BDD

Tints of Plum #D28BDD

Color information

#D28BDD (or 0xD28BDD) is unknown color: approx Plum. HEX triplet: D2, 8B and DD. RGB value is (210,139,221). Sum of RGB (Red+Green+Blue) = 210+139+221=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D28BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BDD is #2D7422. Grayscale: #A9A9A9. Windows color (decimal): -2978851 or 14519250. OLE color: 14519250.

HSL color Cylindrical-coordinate representation of color #D28BDD: hue angle of 291.95º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28BDD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210139221-
CMYK0.050.3700.13
HSL291.95º54.67%70.59%-
HSV(B)291.95º37.1%86.67%-
XYZ48.8637.3973.05-
YUV169.58157.02156.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=36.84%
G=24.39%
B=38.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101392210.050.3700.13291.9554.6770.59
HexD28BDD5250D1243747
Octal32221333554501544467107
Binary110100101000101111011101101100101011011001001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28BDD; }

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

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

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

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

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

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

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

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