#D499DD

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

Shades of Plum #D499DD

Tints of Plum #D499DD

Color information

#D499DD (or 0xD499DD) is unknown color: approx Plum. HEX triplet: D4, 99 and DD. RGB value is (212,153,221). Sum of RGB (Red+Green+Blue) = 212+153+221=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #D499DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499DD is #2B6622. Grayscale: #B2B2B2. Windows color (decimal): -2844195 or 14522836. OLE color: 14522836.

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

Color convert

RGB212153221-
CMYK0.040.3100.13
HSL292.06º50%73.33%-
HSV(B)292.06º30.77%86.67%-
XYZ51.594273.79-
YUV178.39152.05151.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 153 (60.16% from 255) = 26.11%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=36.18%
G=26.11%
B=37.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121532210.040.3100.13292.065073.33
HexD499DD41F0D1243249
Octal32423133543701544462111
Binary11010100100110011101110110011111011011001001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D499DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D499DD; }

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

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

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

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

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

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

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

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