#D49DDE

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

Shades of Plum #D49DDE

Tints of Plum #D49DDE

Color information

#D49DDE (or 0xD49DDE) is unknown color: approx Plum. HEX triplet: D4, 9D and DE. RGB value is (212,157,222). Sum of RGB (Red+Green+Blue) = 212+157+222=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #D49DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DDE is #2B6221. Grayscale: #B4B4B4. Windows color (decimal): -2843170 or 14589396. OLE color: 14589396.

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

Color convert

RGB212157222-
CMYK0.050.2900.13
HSL290.77º49.62%74.31%-
HSV(B)290.77º29.28%87.06%-
XYZ52.3943.3874.72-
YUV180.86151.22150.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 157 (61.72% from 255) = 26.57%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=35.87%
G=26.57%
B=37.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121572220.050.2900.13290.7749.6274.31
HexD49DDE51D0D123324a
Octal32423533653501544362112
Binary11010100100111011101111010111101011011001000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DDE; }

 p { color: rgb(212,157,222); }

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

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

 a { background-color: rgb(212,157,222); }

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

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

 span { border-color: rgb(212,157,222); }

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