#DA8FEA

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

Shades of Plum #DA8FEA

Tints of Plum #DA8FEA

Color information

#DA8FEA (or 0xDA8FEA) is unknown color: approx Plum. HEX triplet: DA, 8F and EA. RGB value is (218,143,234). Sum of RGB (Red+Green+Blue) = 218+143+234=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8FEA is #257015. Grayscale: #AFAFAF. Windows color (decimal): -2453526 or 15372250. OLE color: 15372250.

HSL color Cylindrical-coordinate representation of color #DA8FEA: hue angle of 289.45º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8FEA is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218143234-
CMYK0.070.3900.08
HSL289.45º68.42%73.92%-
HSV(B)289.45º38.89%91.76%-
XYZ53.5940.4982.83-
YUV175.8160.85158.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 143 (56.25% from 255) = 24.03%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=36.64%
G=24.03%
B=39.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181432340.070.3900.08289.4568.4273.92
HexDA8FEA72708121444a
Octal332217352747010441104112
Binary1101101010001111111010101111001110100010010000110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8FEA; }

 p { color: rgb(218,143,234); }

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

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

 a { background-color: rgb(218,143,234); }

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

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

 span { border-color: rgb(218,143,234); }

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