#DF9DEA

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

Shades of Plum #DF9DEA

Tints of Plum #DF9DEA

Color information

#DF9DEA (or 0xDF9DEA) is unknown color: approx Plum. HEX triplet: DF, 9D and EA. RGB value is (223,157,234). Sum of RGB (Red+Green+Blue) = 223+157+234=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DEA is #206215. Grayscale: #B9B9B9. Windows color (decimal): -2122262 or 15375839. OLE color: 15375839.

HSL color Cylindrical-coordinate representation of color #DF9DEA: hue angle of 291.43º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9DEA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223157234-
CMYK0.050.3300.08
HSL291.43º64.71%76.67%-
HSV(B)291.43º32.91%91.76%-
XYZ57.3445.7483.65-
YUV185.51155.37154.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 157 (61.72% from 255) = 25.57%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=36.32%
G=25.57%
B=38.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231572340.050.3300.08291.4364.7176.67
HexDF9DEA52108123414d
Octal337235352541010443101115
Binary1101111110011101111010101011000010100010010001110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DEA; }

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

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

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

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

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

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

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

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