#D995D7

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

Shades of Plum #D995D7

Tints of Plum #D995D7

Color information

#D995D7 (or 0xD995D7) is unknown color: approx Plum. HEX triplet: D9, 95 and D7. RGB value is (217,149,215). Sum of RGB (Red+Green+Blue) = 217+149+215=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D995D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995D7 is #266A28. Grayscale: #B0B0B0. Windows color (decimal): -2517545 or 14128601. OLE color: 14128601.

HSL color Cylindrical-coordinate representation of color #D995D7: hue angle of 301.76º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995D7 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217149215-
CMYK00.310.010.15
HSL301.76º47.22%71.76%-
HSV(B)301.76º31.34%85.1%-
XYZ51.6341.1569.51-
YUV176.86149.53156.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 215 (84.38% from 255) = 37.01%
R=37.35%
G=25.65%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714921500.310.010.15301.7647.2271.76
HexD995D701F1F12e2f48
Octal33122532703711745657110
Binary110110011001010111010111011111111111001011101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995D7; }

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

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

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

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

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

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

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

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