#DF9DE5

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

Shades of Plum #DF9DE5

Tints of Plum #DF9DE5

Color information

#DF9DE5 (or 0xDF9DE5) is unknown color: approx Plum. HEX triplet: DF, 9D and E5. RGB value is (223,157,229). Sum of RGB (Red+Green+Blue) = 223+157+229=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF9DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DE5 is #20621A. Grayscale: #B8B8B8. Windows color (decimal): -2122267 or 15048159. OLE color: 15048159.

HSL color Cylindrical-coordinate representation of color #DF9DE5: hue angle of 295º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9DE5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223157229-
CMYK0.030.3100.10
HSL295º58.06%75.69%-
HSV(B)295º31.44%89.8%-
XYZ56.6345.4679.92-
YUV184.94152.87155.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=36.62%
G=25.78%
B=37.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231572290.030.3100.1029558.0675.69
HexDF9DE531F0A1273a4c
Octal33723534533701244772114
Binary1101111110011101111001011111111010101001001111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DE5; }

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

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

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

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

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

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

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

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