#DA8FE8

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

Shades of Plum #DA8FE8

Tints of Plum #DA8FE8

Color information

#DA8FE8 (or 0xDA8FE8) is unknown color: approx Plum. HEX triplet: DA, 8F and E8. RGB value is (218,143,232). Sum of RGB (Red+Green+Blue) = 218+143+232=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8FE8 is #257017. Grayscale: #AFAFAF. Windows color (decimal): -2453528 or 15241178. OLE color: 15241178.

HSL color Cylindrical-coordinate representation of color #DA8FE8: hue angle of 290.56º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8FE8 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218143232-
CMYK0.060.3800.09
HSL290.56º65.93%73.53%-
HSV(B)290.56º38.36%90.98%-
XYZ53.340.3881.33-
YUV175.57159.85158.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 143 (56.25% from 255) = 24.11%
BLUE value IS 232 (91.02% from 255) = 39.12%
R=36.76%
G=24.11%
B=39.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181432320.060.3800.09290.5665.9373.53
HexDA8FE862609123424a
Octal332217350646011443102112
Binary1101101010001111111010001101001100100110010001110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8FE8; }

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

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

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

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

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

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

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

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