#D994D0

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

Shades of Plum #D994D0

Tints of Plum #D994D0

Color information

#D994D0 (or 0xD994D0) is unknown color: approx Plum. HEX triplet: D9, 94 and D0. RGB value is (217,148,208). Sum of RGB (Red+Green+Blue) = 217+148+208=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D994D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D0 is #266B2F. Grayscale: #AFAFAF. Windows color (decimal): -2517808 or 13669593. OLE color: 13669593.

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

Color convert

RGB217148208-
CMYK00.320.040.15
HSL307.83º47.59%71.57%-
HSV(B)307.83º31.8%85.1%-
XYZ50.5940.4964.82-
YUV175.47146.36157.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=37.87%
G=25.83%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714820800.320.040.15307.8347.5971.57
HexD994D00204F1343048
Octal33122432004041746460110
Binary110110011001010011010000010000010011111001101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994D0; }

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

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

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

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

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

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

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

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