#DF9DF1

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

Shades of Plum #DF9DF1

Tints of Plum #DF9DF1

Color information

#DF9DF1 (or 0xDF9DF1) is unknown color: approx Plum. HEX triplet: DF, 9D and F1. RGB value is (223,157,241). Sum of RGB (Red+Green+Blue) = 223+157+241=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF9DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DF1 is #20620E. Grayscale: #BABABA. Windows color (decimal): -2122255 or 15834591. OLE color: 15834591.

HSL color Cylindrical-coordinate representation of color #DF9DF1: hue angle of 287.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9DF1 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223157241-
CMYK0.070.3500.05
HSL287.14º75%78.04%-
HSV(B)287.14º34.85%94.51%-
XYZ58.3746.1589.05-
YUV186.31158.87154.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=35.91%
G=25.28%
B=38.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231572410.070.3500.05287.147578.04
HexDF9DF17230511f4b4e
Octal33723536174305437113116
Binary110111111001110111110001111100011010110001111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DF1; }

 p { color: rgb(223,157,241); }

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

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

 a { background-color: rgb(223,157,241); }

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

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

 span { border-color: rgb(223,157,241); }

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