#D496DD

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

Shades of Plum #D496DD

Tints of Plum #D496DD

Color information

#D496DD (or 0xD496DD) is unknown color: approx Plum. HEX triplet: D4, 96 and DD. RGB value is (212,150,221). Sum of RGB (Red+Green+Blue) = 212+150+221=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D496DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496DD is #2B6922. Grayscale: #B0B0B0. Windows color (decimal): -2844963 or 14522068. OLE color: 14522068.

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

Color convert

RGB212150221-
CMYK0.040.3200.13
HSL292.39º51.08%72.75%-
HSV(B)292.39º32.13%86.67%-
XYZ51.1141.0373.63-
YUV176.63153.04153.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=36.36%
G=25.73%
B=37.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121502210.040.3200.13292.3951.0872.75
HexD496DD4200D1243349
Octal32422633544001544463111
Binary110101001001011011011101100100000011011001001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496DD; }

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

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

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

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

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

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

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

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