#DF91CF

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

Shades of Plum #DF91CF

Tints of Plum #DF91CF

Color information

#DF91CF (or 0xDF91CF) is unknown color: approx Plum. HEX triplet: DF, 91 and CF. RGB value is (223,145,207). Sum of RGB (Red+Green+Blue) = 223+145+207=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91CF is #206E30. Grayscale: #AFAFAF. Windows color (decimal): -2125361 or 13603295. OLE color: 13603295.

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

Color convert

RGB223145207-
CMYK00.350.070.13
HSL312.31º54.93%72.16%-
HSV(B)312.31º34.98%87.45%-
XYZ51.8240.4464.11-
YUV175.39145.84161.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 207 (81.25% from 255) = 36%
R=38.78%
G=25.22%
B=36%

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
Decimal22314520700.350.070.13312.3154.9372.16
HexDF91CF0237D1383748
Octal33722131704371547067110
Binary110111111001000111001111010001111111011001110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91CF; }

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

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

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

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

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

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

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

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