#D495D7

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

Shades of Plum #D495D7

Tints of Plum #D495D7

Color information

#D495D7 (or 0xD495D7) is unknown color: approx Plum. HEX triplet: D4, 95 and D7. RGB value is (212,149,215). Sum of RGB (Red+Green+Blue) = 212+149+215=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #D495D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495D7 is #2B6A28. Grayscale: #AFAFAF. Windows color (decimal): -2845225 or 14128596. OLE color: 14128596.

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

Color convert

RGB212149215-
CMYK0.010.3100.16
HSL297.27º45.21%71.37%-
HSV(B)297.27º30.7%84.31%-
XYZ50.1640.469.44-
YUV175.36150.37154.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=36.81%
G=25.87%
B=37.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121492150.010.3100.16297.2745.2171.37
HexD495D711F0101292d47
Octal32422532713702045155107
Binary1101010010010101110101111111110100001001010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495D7; }

 p { color: rgb(212,149,215); }

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

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

 a { background-color: rgb(212,149,215); }

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

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

 span { border-color: rgb(212,149,215); }

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