#D995DA

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

Shades of Plum #D995DA

Tints of Plum #D995DA

Color information

#D995DA (or 0xD995DA) is unknown color: approx Plum. HEX triplet: D9, 95 and DA. RGB value is (217,149,218). Sum of RGB (Red+Green+Blue) = 217+149+218=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D995DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995DA is #266A25. Grayscale: #B0B0B0. Windows color (decimal): -2517542 or 14325209. OLE color: 14325209.

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

Color convert

RGB217149218-
CMYK0.000.3200.15
HSL299.13º48.25%71.96%-
HSV(B)299.13º31.65%85.49%-
XYZ52.0241.3171.56-
YUV177.2151.03156.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 149 (58.59% from 255) = 25.51%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=37.16%
G=25.51%
B=37.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171492180.000.3200.15299.1348.2571.96
HexD995DA0200F12b3048
Octal33122533204001745360110
Binary1101100110010101110110100100000011111001010111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995DA; }

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

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

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

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

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

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

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

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