#D994D1

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

Shades of Plum #D994D1

Tints of Plum #D994D1

Color information

#D994D1 (or 0xD994D1) is unknown color: approx Plum. HEX triplet: D9, 94 and D1. RGB value is (217,148,209). Sum of RGB (Red+Green+Blue) = 217+148+209=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D994D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D1 is #266B2E. Grayscale: #AFAFAF. Windows color (decimal): -2517807 or 13735129. OLE color: 13735129.

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

Color convert

RGB217148209-
CMYK00.320.040.15
HSL306.96º47.59%71.57%-
HSV(B)306.96º31.8%85.1%-
XYZ50.7140.5365.47-
YUV175.58146.86157.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=37.80%
G=25.78%
B=36.41%

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
Decimal21714820900.320.040.15306.9647.5971.57
HexD994D10204F1333048
Octal33122432104041746360110
Binary110110011001010011010001010000010011111001100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994D1; }

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

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

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

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

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

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

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

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