#D995D8

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

Shades of Plum #D995D8

Tints of Plum #D995D8

Color information

#D995D8 (or 0xD995D8) is unknown color: approx Plum. HEX triplet: D9, 95 and D8. RGB value is (217,149,216). Sum of RGB (Red+Green+Blue) = 217+149+216=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D995D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995D8 is #266A27. Grayscale: #B0B0B0. Windows color (decimal): -2517544 or 14194137. OLE color: 14194137.

HSL color Cylindrical-coordinate representation of color #D995D8: hue angle of 300.88º 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 #D995D8 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217149216-
CMYK00.310.000.15
HSL300.88º47.22%71.76%-
HSV(B)300.88º31.34%85.1%-
XYZ51.7641.270.19-
YUV176.97150.03156.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 216 (84.77% from 255) = 37.11%
R=37.29%
G=25.60%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714921600.310.000.15300.8847.2271.76
HexD995D801F0F12d2f48
Octal33122533003701745557110
Binary110110011001010111011000011111011111001011011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995D8; }

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

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

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

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

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

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

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

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