#DA8CE4

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

Shades of Plum #DA8CE4

Tints of Plum #DA8CE4

Color information

#DA8CE4 (or 0xDA8CE4) is unknown color: approx Plum. HEX triplet: DA, 8C and E4. RGB value is (218,140,228). Sum of RGB (Red+Green+Blue) = 218+140+228=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CE4 is #25731B. Grayscale: #ADADAD. Windows color (decimal): -2454300 or 14978266. OLE color: 14978266.

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

Color convert

RGB218140228-
CMYK0.040.3900.11
HSL293.18º61.97%72.16%-
HSV(B)293.18º38.6%89.41%-
XYZ52.339.2678.22-
YUV173.35158.84159.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 228 (89.45% from 255) = 38.91%
R=37.20%
G=23.89%
B=38.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181402280.040.3900.11293.1861.9772.16
HexDA8CE44270B1253e48
Octal33221434444701344576110
Binary110110101000110011100100100100111010111001001011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CE4; }

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

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

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

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

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

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

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

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