#D995D2

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

Shades of Plum #D995D2

Tints of Plum #D995D2

Color information

#D995D2 (or 0xD995D2) is unknown color: approx Plum. HEX triplet: D9, 95 and D2. RGB value is (217,149,210). Sum of RGB (Red+Green+Blue) = 217+149+210=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D995D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995D2 is #266A2D. Grayscale: #B0B0B0. Windows color (decimal): -2517550 or 13800921. OLE color: 13800921.

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

Color convert

RGB217149210-
CMYK00.310.030.15
HSL306.18º47.22%71.76%-
HSV(B)306.18º31.34%85.1%-
XYZ5140.966.18-
YUV176.29147.03157.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 210 (82.42% from 255) = 36.46%
R=37.67%
G=25.87%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714921000.310.030.15306.1847.2271.76
HexD995D201F3F1322f48
Octal33122532203731746257110
Binary1101100110010101110100100111111111111001100101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995D2; }

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

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

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

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

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

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

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

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