#D595DD

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

Shades of Plum #D595DD

Tints of Plum #D595DD

Color information

#D595DD (or 0xD595DD) is unknown color: approx Plum. HEX triplet: D5, 95 and DD. RGB value is (213,149,221). Sum of RGB (Red+Green+Blue) = 213+149+221=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D595DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595DD is #2A6A22. Grayscale: #B0B0B0. Windows color (decimal): -2779683 or 14521813. OLE color: 14521813.

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

Color convert

RGB213149221-
CMYK0.040.3300.13
HSL293.33º51.43%72.55%-
HSV(B)293.33º32.58%86.67%-
XYZ51.2440.8673.59-
YUV176.34153.2154.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=36.54%
G=25.56%
B=37.91%

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
Decimal2131492210.040.3300.13293.3351.4372.55
HexD595DD4210D1253349
Octal32522533544101544563111
Binary110101011001010111011101100100001011011001001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595DD; }

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

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

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

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

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

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

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

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