#D994DA

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

Shades of Plum #D994DA

Tints of Plum #D994DA

Color information

#D994DA (or 0xD994DA) is unknown color: approx Plum. HEX triplet: D9, 94 and DA. RGB value is (217,148,218). Sum of RGB (Red+Green+Blue) = 217+148+218=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D994DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994DA is #266B25. Grayscale: #B0B0B0. Windows color (decimal): -2517798 or 14324953. OLE color: 14324953.

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

Color convert

RGB217148218-
CMYK0.000.3200.15
HSL299.14º48.61%71.76%-
HSV(B)299.14º32.11%85.49%-
XYZ51.8640.9971.51-
YUV176.61151.36156.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 148 (58.20% from 255) = 25.39%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=37.22%
G=25.39%
B=37.39%

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
Decimal2171482180.000.3200.15299.1448.6171.76
HexD994DA0200F12b3148
Octal33122433204001745361110
Binary1101100110010100110110100100000011111001010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994DA; }

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

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

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

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

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

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

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

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