#D497D1

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

Shades of Plum #D497D1

Tints of Plum #D497D1

Color information

#D497D1 (or 0xD497D1) is unknown color: approx Plum. HEX triplet: D4, 97 and D1. RGB value is (212,151,209). Sum of RGB (Red+Green+Blue) = 212+151+209=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D497D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497D1 is #2B682E. Grayscale: #AFAFAF. Windows color (decimal): -2844719 or 13735892. OLE color: 13735892.

HSL color Cylindrical-coordinate representation of color #D497D1: hue angle of 302.95º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497D1 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212151209-
CMYK00.290.010.17
HSL302.95º41.5%71.18%-
HSV(B)302.95º28.77%83.14%-
XYZ49.7340.7365.56-
YUV175.85146.71153.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=37.06%
G=26.40%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215120900.290.010.17302.9541.571.18
HexD497D101D11112f2947
Octal32422732103512145751107
Binary1101010010010111110100010111011100011001011111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497D1; }

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

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

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

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

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

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

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

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