#DA8CE3

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

Shades of Plum #DA8CE3

Tints of Plum #DA8CE3

Color information

#DA8CE3 (or 0xDA8CE3) is unknown color: approx Plum. HEX triplet: DA, 8C and E3. RGB value is (218,140,227). Sum of RGB (Red+Green+Blue) = 218+140+227=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA8CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CE3 is #25731C. Grayscale: #ACACAC. Windows color (decimal): -2454301 or 14912730. OLE color: 14912730.

HSL color Cylindrical-coordinate representation of color #DA8CE3: hue angle of 293.79º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8CE3 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218140227-
CMYK0.040.3800.11
HSL293.79º60.84%71.96%-
HSV(B)293.79º38.33%89.02%-
XYZ52.1639.2177.49-
YUV173.24158.34159.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 140 (55.08% from 255) = 23.93%
BLUE value IS 227 (89.06% from 255) = 38.80%
R=37.26%
G=23.93%
B=38.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181402270.040.3800.11293.7960.8471.96
HexDA8CE34260B1263d48
Octal33221434344601344675110
Binary110110101000110011100011100100110010111001001101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CE3; }

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

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

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

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

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

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

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

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