#D499DE

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

Shades of Plum #D499DE

Tints of Plum #D499DE

Color information

#D499DE (or 0xD499DE) is unknown color: approx Plum. HEX triplet: D4, 99 and DE. RGB value is (212,153,222). Sum of RGB (Red+Green+Blue) = 212+153+222=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D499DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499DE is #2B6621. Grayscale: #B2B2B2. Windows color (decimal): -2844194 or 14588372. OLE color: 14588372.

HSL color Cylindrical-coordinate representation of color #D499DE: hue angle of 291.3º degrees, saturation: 0.51, 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 #D499DE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212153222-
CMYK0.050.3100.13
HSL291.3º51.11%73.53%-
HSV(B)291.3º31.08%87.06%-
XYZ51.7342.0574.5-
YUV178.51152.55151.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=36.12%
G=26.06%
B=37.82%

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
Decimal2121532220.050.3100.13291.351.1173.53
HexD499DE51F0D123334a
Octal32423133653701544363112
Binary11010100100110011101111010111111011011001000111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D499DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D499DE; }

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

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

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

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

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

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

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

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