#DE8CD4

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

Shades of Plum #DE8CD4

Tints of Plum #DE8CD4

Color information

#DE8CD4 (or 0xDE8CD4) is unknown color: approx Plum. HEX triplet: DE, 8C and D4. RGB value is (222,140,212). Sum of RGB (Red+Green+Blue) = 222+140+212=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CD4 is #21732B. Grayscale: #ACACAC. Windows color (decimal): -2192172 or 13929694. OLE color: 13929694.

HSL color Cylindrical-coordinate representation of color #DE8CD4: hue angle of 307.32º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8CD4 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222140212-
CMYK00.370.050.13
HSL307.32º55.41%70.98%-
HSV(B)307.32º36.94%87.06%-
XYZ51.3939.0467.11-
YUV172.73150.17163.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 140 (55.08% from 255) = 24.39%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=38.68%
G=24.39%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214021200.370.050.13307.3255.4170.98
HexDE8CD40255D1333747
Octal33621432404551546367107
Binary110111101000110011010100010010110111011001100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8CD4; }

 p { color: rgb(222,140,212); }

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

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

 a { background-color: rgb(222,140,212); }

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

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

 span { border-color: rgb(222,140,212); }

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