#D499DA

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

Shades of Plum #D499DA

Tints of Plum #D499DA

Color information

#D499DA (or 0xD499DA) is unknown color: approx Plum. HEX triplet: D4, 99 and DA. RGB value is (212,153,218). Sum of RGB (Red+Green+Blue) = 212+153+218=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D499DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499DA is #2B6625. Grayscale: #B1B1B1. Windows color (decimal): -2844198 or 14326228. OLE color: 14326228.

HSL color Cylindrical-coordinate representation of color #D499DA: hue angle of 294.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D499DA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212153218-
CMYK0.030.3000.15
HSL294.46º46.76%72.75%-
HSV(B)294.46º29.82%85.49%-
XYZ51.241.8471.71-
YUV178.05150.55152.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=36.36%
G=26.24%
B=37.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121532180.030.3000.15294.4646.7672.75
HexD499DA31E0F1262f49
Octal32423133233601744657111
Binary1101010010011001110110101111110011111001001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D499DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D499DA; }

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

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

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

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

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

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

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

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