#D49ADF

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

Shades of Plum #D49ADF

Tints of Plum #D49ADF

Color information

#D49ADF (or 0xD49ADF) is unknown color: approx Plum. HEX triplet: D4, 9A and DF. RGB value is (212,154,223). Sum of RGB (Red+Green+Blue) = 212+154+223=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D49ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ADF is #2B6520. Grayscale: #B2B2B2. Windows color (decimal): -2843937 or 14654164. OLE color: 14654164.

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

Color convert

RGB212154223-
CMYK0.050.3100.13
HSL290.43º51.88%73.92%-
HSV(B)290.43º30.94%87.45%-
XYZ52.0342.4475.26-
YUV179.21152.72151.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=35.99%
G=26.15%
B=37.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121542230.050.3100.13290.4351.8873.92
HexD49ADF51F0D122344a
Octal32423233753701544264112
Binary11010100100110101101111110111111011011001000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49ADF; }

 p { color: rgb(212,154,223); }

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

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

 a { background-color: rgb(212,154,223); }

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

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

 span { border-color: rgb(212,154,223); }

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