#D497DD

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

Shades of Plum #D497DD

Tints of Plum #D497DD

Color information

#D497DD (or 0xD497DD) is unknown color: approx Plum. HEX triplet: D4, 97 and DD. RGB value is (212,151,221). Sum of RGB (Red+Green+Blue) = 212+151+221=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D497DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497DD is #2B6822. Grayscale: #B1B1B1. Windows color (decimal): -2844707 or 14522324. OLE color: 14522324.

HSL color Cylindrical-coordinate representation of color #D497DD: hue angle of 292.29º 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 #D497DD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212151221-
CMYK0.040.3200.13
HSL292.29º50.72%72.94%-
HSV(B)292.29º31.67%86.67%-
XYZ51.2741.3573.69-
YUV177.22152.71152.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=36.30%
G=25.86%
B=37.84%

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
Decimal2121512210.040.3200.13292.2950.7272.94
HexD497DD4200D1243349
Octal32422733544001544463111
Binary110101001001011111011101100100000011011001001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497DD; }

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

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

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

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

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

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

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

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