#DF91DC

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

Shades of Plum #DF91DC

Tints of Plum #DF91DC

Color information

#DF91DC (or 0xDF91DC) is unknown color: approx Plum. HEX triplet: DF, 91 and DC. RGB value is (223,145,220). Sum of RGB (Red+Green+Blue) = 223+145+220=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91DC is #206E23. Grayscale: #B0B0B0. Windows color (decimal): -2125348 or 14455263. OLE color: 14455263.

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

Color convert

RGB223145220-
CMYK00.350.010.13
HSL302.31º54.93%72.16%-
HSV(B)302.31º34.98%87.45%-
XYZ53.4841.1172.83-
YUV176.87152.34160.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 145 (57.03% from 255) = 24.66%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=37.93%
G=24.66%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314522000.350.010.13302.3154.9372.16
HexDF91DC0231D12e3748
Octal33722133404311545667110
Binary1101111110010001110111000100011111011001011101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91DC; }

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

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

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

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

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

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

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

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