#D994D7

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

Shades of Plum #D994D7

Tints of Plum #D994D7

Color information

#D994D7 (or 0xD994D7) is unknown color: approx Plum. HEX triplet: D9, 94 and D7. RGB value is (217,148,215). Sum of RGB (Red+Green+Blue) = 217+148+215=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D994D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D7 is #266B28. Grayscale: #B0B0B0. Windows color (decimal): -2517801 or 14128345. OLE color: 14128345.

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

Color convert

RGB217148215-
CMYK00.320.010.15
HSL301.74º47.59%71.57%-
HSV(B)301.74º31.8%85.1%-
XYZ51.4740.8469.46-
YUV176.27149.86157.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 148 (58.20% from 255) = 25.52%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=37.41%
G=25.52%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714821500.320.010.15301.7447.5971.57
HexD994D70201F12e3048
Octal33122432704011745660110
Binary1101100110010100110101110100000111111001011101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994D7; }

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

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

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

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

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

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

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

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