#DF9AEA

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

Shades of Plum #DF9AEA

Tints of Plum #DF9AEA

Color information

#DF9AEA (or 0xDF9AEA) is unknown color: approx Plum. HEX triplet: DF, 9A and EA. RGB value is (223,154,234). Sum of RGB (Red+Green+Blue) = 223+154+234=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AEA is #206515. Grayscale: #B7B7B7. Windows color (decimal): -2123030 or 15375071. OLE color: 15375071.

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

Color convert

RGB223154234-
CMYK0.050.3400.08
HSL291.75º65.57%76.08%-
HSV(B)291.75º34.19%91.76%-
XYZ56.8444.7483.48-
YUV183.75156.36156-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=36.50%
G=25.20%
B=38.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231542340.050.3400.08291.7565.5776.08
HexDF9AEA52208124424c
Octal337232352542010444102114
Binary1101111110011010111010101011000100100010010010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AEA; }

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

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

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

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

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

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

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

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