#DF91D3

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

Shades of Plum #DF91D3

Tints of Plum #DF91D3

Color information

#DF91D3 (or 0xDF91D3) is unknown color: approx Plum. HEX triplet: DF, 91 and D3. RGB value is (223,145,211). Sum of RGB (Red+Green+Blue) = 223+145+211=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91D3 is #206E2C. Grayscale: #AFAFAF. Windows color (decimal): -2125357 or 13865439. OLE color: 13865439.

HSL color Cylindrical-coordinate representation of color #DF91D3: hue angle of 309.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF91D3 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB223145211-
CMYK00.350.050.13
HSL309.23º54.93%72.16%-
HSV(B)309.23º34.98%87.45%-
XYZ52.3140.6466.72-
YUV175.85147.84161.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 211 (82.81% from 255) = 36.44%
R=38.51%
G=25.04%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314521100.350.050.13309.2354.9372.16
HexDF91D30235D1353748
Octal33722132304351546567110
Binary110111111001000111010011010001110111011001101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91D3; }

 p { color: rgb(223,145,211); }

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

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

 a { background-color: rgb(223,145,211); }

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

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

 span { border-color: rgb(223,145,211); }

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