#DF91D0

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

Shades of Plum #DF91D0

Tints of Plum #DF91D0

Color information

#DF91D0 (or 0xDF91D0) is unknown color: approx Plum. HEX triplet: DF, 91 and D0. RGB value is (223,145,208). Sum of RGB (Red+Green+Blue) = 223+145+208=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91D0 is #206E2F. Grayscale: #AFAFAF. Windows color (decimal): -2125360 or 13668831. OLE color: 13668831.

HSL color Cylindrical-coordinate representation of color #DF91D0: hue angle of 311.54º 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 #DF91D0 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223145208-
CMYK00.350.070.13
HSL311.54º54.93%72.16%-
HSV(B)311.54º34.98%87.45%-
XYZ51.9440.4964.75-
YUV175.5146.34161.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=38.72%
G=25.17%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314520800.350.070.13311.5454.9372.16
HexDF91D00237D1383748
Octal33722132004371547067110
Binary110111111001000111010000010001111111011001110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91D0; }

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

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

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

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

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

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

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

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