#DF91CD

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

Shades of Plum #DF91CD

Tints of Plum #DF91CD

Color information

#DF91CD (or 0xDF91CD) is unknown color: approx Plum. HEX triplet: DF, 91 and CD. RGB value is (223,145,205). Sum of RGB (Red+Green+Blue) = 223+145+205=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91CD is #206E32. Grayscale: #AFAFAF. Windows color (decimal): -2125363 or 13472223. OLE color: 13472223.

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

Color convert

RGB223145205-
CMYK00.350.080.13
HSL313.85º54.93%72.16%-
HSV(B)313.85º34.98%87.45%-
XYZ51.5840.3562.83-
YUV175.16144.84162.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=38.92%
G=25.31%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314520500.350.080.13313.8554.9372.16
HexDF91CD0238D13a3748
Octal337221315043101547267110
Binary1101111110010001110011010100011100011011001110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91CD; }

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

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

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

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

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

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

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

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