#d994df

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

Shades of Plum #D994DF

Tints of Plum #D994DF

Color information

#D994DF (or 0xD994DF) is unknown color: approx Plum. HEX triplet: D9, 94 and DF. RGB value is (217,148,223). Sum of RGB (Red+Green+Blue) = 217+148+223=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D994DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994DF is #266B20. Grayscale: #B0B0B0. Windows color (decimal): -2517793 or 14652633. OLE color: 14652633.

HSL color Cylindrical-coordinate representation of color #D994DF: hue angle of 295.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D994DF is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217148223-
CMYK0.030.3400.13
HSL295.2º53.96%72.75%-
HSV(B)295.2º33.63%87.45%-
XYZ52.5241.2675.01-
YUV177.18153.86156.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 148 (58.20% from 255) = 25.17%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=36.90%
G=25.17%
B=37.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171482230.030.3400.13295.253.9672.75
HexD994DF3220D1273649
Octal33122433734201544766111
Binary11011001100101001101111111100010011011001001111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d994df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d994df; }

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

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

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

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

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

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

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

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