#DA8CDE

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

Shades of Plum #DA8CDE

Tints of Plum #DA8CDE

Color information

#DA8CDE (or 0xDA8CDE) is unknown color: approx Plum. HEX triplet: DA, 8C and DE. RGB value is (218,140,222). Sum of RGB (Red+Green+Blue) = 218+140+222=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CDE is #257321. Grayscale: #ACACAC. Windows color (decimal): -2454306 or 14585050. OLE color: 14585050.

HSL color Cylindrical-coordinate representation of color #DA8CDE: hue angle of 297.07º 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 #DA8CDE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218140222-
CMYK0.020.3700.13
HSL297.07º55.41%70.98%-
HSV(B)297.07º36.94%87.06%-
XYZ51.4838.9473.91-
YUV172.67155.84160.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=37.59%
G=24.14%
B=38.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181402220.020.3700.13297.0755.4170.98
HexDA8CDE2250D1293747
Octal33221433624501545167107
Binary11011010100011001101111010100101011011001010011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CDE; }

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

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

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

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

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

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

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

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