#D28AD3

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

Shades of Plum #D28AD3

Tints of Plum #D28AD3

Color information

#D28AD3 (or 0xD28AD3) is unknown color: approx Plum. HEX triplet: D2, 8A and D3. RGB value is (210,138,211). Sum of RGB (Red+Green+Blue) = 210+138+211=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #D28AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AD3 is #2D752C. Grayscale: #A7A7A7. Windows color (decimal): -2979117 or 13863634. OLE color: 13863634.

HSL color Cylindrical-coordinate representation of color #D28AD3: hue angle of 299.18º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D28AD3 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210138211-
CMYK0.000.3500.17
HSL299.18º45.34%68.43%-
HSV(B)299.18º34.6%82.75%-
XYZ47.4236.5866.19-
YUV167.85152.35158.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 211 (82.81% from 255) = 37.75%
R=37.57%
G=24.69%
B=37.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101382110.000.3500.17299.1845.3468.43
HexD28AD302301112b2d44
Octal32221232304302145355104
Binary11010010100010101101001101000110100011001010111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AD3; }

 p { color: rgb(210,138,211); }

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

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

 a { background-color: rgb(210,138,211); }

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

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

 span { border-color: rgb(210,138,211); }

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