#D995DD

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

Shades of Plum #D995DD

Tints of Plum #D995DD

Color information

#D995DD (or 0xD995DD) is unknown color: approx Plum. HEX triplet: D9, 95 and DD. RGB value is (217,149,221). Sum of RGB (Red+Green+Blue) = 217+149+221=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D995DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995DD is #266A22. Grayscale: #B1B1B1. Windows color (decimal): -2517539 or 14521817. OLE color: 14521817.

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

Color convert

RGB217149221-
CMYK0.020.3300.13
HSL296.67º51.43%72.55%-
HSV(B)296.67º32.58%86.67%-
XYZ52.4141.4773.65-
YUV177.54152.53156.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 149 (58.59% from 255) = 25.38%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=36.97%
G=25.38%
B=37.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171492210.020.3300.13296.6751.4372.55
HexD995DD2210D1293349
Octal33122533524101545163111
Binary11011001100101011101110110100001011011001010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995DD; }

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

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

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

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

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

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

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

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