#D495DD

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

Shades of Plum #D495DD

Tints of Plum #D495DD

Color information

#D495DD (or 0xD495DD) is unknown color: approx Plum. HEX triplet: D4, 95 and DD. RGB value is (212,149,221). Sum of RGB (Red+Green+Blue) = 212+149+221=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D495DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495DD is #2B6A22. Grayscale: #AFAFAF. Windows color (decimal): -2845219 or 14521812. OLE color: 14521812.

HSL color Cylindrical-coordinate representation of color #D495DD: hue angle of 292.5º degrees, saturation: 0.51, 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 #D495DD is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212149221-
CMYK0.040.3300.13
HSL292.5º51.43%72.55%-
HSV(B)292.5º32.58%86.67%-
XYZ50.9540.7173.58-
YUV176.04153.37153.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.43%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=36.43%
G=25.60%
B=37.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121492210.040.3300.13292.551.4372.55
HexD495DD4210D1243349
Octal32422533544101544463111
Binary110101001001010111011101100100001011011001001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495DD; }

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

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

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

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

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

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

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

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