#D497DF

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

Shades of Plum #D497DF

Tints of Plum #D497DF

Color information

#D497DF (or 0xD497DF) is unknown color: approx Plum. HEX triplet: D4, 97 and DF. RGB value is (212,151,223). Sum of RGB (Red+Green+Blue) = 212+151+223=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D497DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497DF is #2B6820. Grayscale: #B1B1B1. Windows color (decimal): -2844705 or 14653396. OLE color: 14653396.

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

Color convert

RGB212151223-
CMYK0.050.3200.13
HSL290.83º52.94%73.33%-
HSV(B)290.83º32.29%87.45%-
XYZ51.5441.4675.1-
YUV177.45153.71152.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=36.18%
G=25.77%
B=38.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121512230.050.3200.13290.8352.9473.33
HexD497DF5200D1233549
Octal32422733754001544365111
Binary110101001001011111011111101100000011011001000111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497DF; }

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

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

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

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

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

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

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

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