#D497D5

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

Shades of Plum #D497D5

Tints of Plum #D497D5

Color information

#D497D5 (or 0xD497D5) is unknown color: approx Plum. HEX triplet: D4, 97 and D5. RGB value is (212,151,213). Sum of RGB (Red+Green+Blue) = 212+151+213=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #D497D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497D5 is #2B682A. Grayscale: #B0B0B0. Windows color (decimal): -2844715 or 13998036. OLE color: 13998036.

HSL color Cylindrical-coordinate representation of color #D497D5: hue angle of 299.03º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497D5 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212151213-
CMYK0.000.2900.16
HSL299.03º42.47%71.37%-
HSV(B)299.03º29.11%83.53%-
XYZ50.2340.9368.2-
YUV176.31148.71153.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=36.81%
G=26.22%
B=36.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121512130.000.2900.16299.0342.4771.37
HexD497D501D01012b2a47
Octal32422732503502045352107
Binary1101010010010111110101010111010100001001010111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497D5; }

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

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

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

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

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

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

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

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