#DE8FDF

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

Shades of Plum #DE8FDF

Tints of Plum #DE8FDF

Color information

#DE8FDF (or 0xDE8FDF) is unknown color: approx Plum. HEX triplet: DE, 8F and DF. RGB value is (222,143,223). Sum of RGB (Red+Green+Blue) = 222+143+223=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FDF is #217020. Grayscale: #AFAFAF. Windows color (decimal): -2191393 or 14651358. OLE color: 14651358.

HSL color Cylindrical-coordinate representation of color #DE8FDF: hue angle of 299.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FDF is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222143223-
CMYK0.000.3600.13
HSL299.25º55.56%71.76%-
HSV(B)299.25º35.87%87.45%-
XYZ53.2740.574.82-
YUV175.74154.67161-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 143 (56.25% from 255) = 24.32%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=37.76%
G=24.32%
B=37.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221432230.000.3600.13299.2555.5671.76
HexDE8FDF0240D12b3848
Octal33621733704401545370110
Binary1101111010001111110111110100100011011001010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8FDF; }

 p { color: rgb(222,143,223); }

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

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

 a { background-color: rgb(222,143,223); }

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

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

 span { border-color: rgb(222,143,223); }

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