#D495DE

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

Shades of Plum #D495DE

Tints of Plum #D495DE

Color information

#D495DE (or 0xD495DE) is unknown color: approx Plum. HEX triplet: D4, 95 and DE. RGB value is (212,149,222). Sum of RGB (Red+Green+Blue) = 212+149+222=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #D495DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495DE is #2B6A21. Grayscale: #AFAFAF. Windows color (decimal): -2845218 or 14587348. OLE color: 14587348.

HSL color Cylindrical-coordinate representation of color #D495DE: hue angle of 291.78º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D495DE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212149222-
CMYK0.050.3300.13
HSL291.78º52.52%72.75%-
HSV(B)291.78º32.88%87.06%-
XYZ51.0840.7774.28-
YUV176.16153.87153.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=36.36%
G=25.56%
B=38.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121492220.050.3300.13291.7852.5272.75
HexD495DE5210D1243549
Octal32422533654101544465111
Binary110101001001010111011110101100001011011001001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495DE; }

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

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

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

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

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

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

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

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