#D08AD5

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

Shades of Plum #D08AD5

Tints of Plum #D08AD5

Color information

#D08AD5 (or 0xD08AD5) is unknown color: approx Plum. HEX triplet: D0, 8A and D5. RGB value is (208,138,213). Sum of RGB (Red+Green+Blue) = 208+138+213=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #D08AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AD5 is #2F752A. Grayscale: #A7A7A7. Windows color (decimal): -3110187 or 13994704. OLE color: 13994704.

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

Color convert

RGB208138213-
CMYK0.020.3500.16
HSL296º47.17%68.82%-
HSV(B)296º35.21%83.53%-
XYZ47.1136.3967.49-
YUV167.48153.69156.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 213 (83.59% from 255) = 38.10%
R=37.21%
G=24.69%
B=38.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081382130.020.3500.1629647.1768.82
HexD08AD52230101282f45
Octal32021232524302045057105
Binary110100001000101011010101101000110100001001010001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AD5; }

 p { color: rgb(208,138,213); }

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

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

 a { background-color: rgb(208,138,213); }

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

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

 span { border-color: rgb(208,138,213); }

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