#DF8CE0

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

Shades of Plum #DF8CE0

Tints of Plum #DF8CE0

Color information

#DF8CE0 (or 0xDF8CE0) is unknown color: approx Plum. HEX triplet: DF, 8C and E0. RGB value is (223,140,224). Sum of RGB (Red+Green+Blue) = 223+140+224=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CE0 is #20731F. Grayscale: #AEAEAE. Windows color (decimal): -2126624 or 14716127. OLE color: 14716127.

HSL color Cylindrical-coordinate representation of color #DF8CE0: hue angle of 299.29º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8CE0 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223140224-
CMYK0.000.3800.12
HSL299.29º57.53%71.37%-
HSV(B)299.29º37.5%87.84%-
XYZ53.2639.8375.4-
YUV174.39156162.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 140 (55.08% from 255) = 23.85%
BLUE value IS 224 (87.89% from 255) = 38.16%
R=37.99%
G=23.85%
B=38.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231402240.000.3800.12299.2957.5371.37
HexDF8CE00260C12b3a47
Octal33721434004601445372107
Binary1101111110001100111000000100110011001001010111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CE0; }

 p { color: rgb(223,140,224); }

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

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

 a { background-color: rgb(223,140,224); }

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

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

 span { border-color: rgb(223,140,224); }

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