#DA8FE0

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

Shades of Plum #DA8FE0

Tints of Plum #DA8FE0

Color information

#DA8FE0 (or 0xDA8FE0) is unknown color: approx Plum. HEX triplet: DA, 8F and E0. RGB value is (218,143,224). Sum of RGB (Red+Green+Blue) = 218+143+224=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA8FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FE0 is #25701F. Grayscale: #AEAEAE. Windows color (decimal): -2453536 or 14716890. OLE color: 14716890.

HSL color Cylindrical-coordinate representation of color #DA8FE0: hue angle of 295.56º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8FE0 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218143224-
CMYK0.030.3600.12
HSL295.56º56.64%71.96%-
HSV(B)295.56º36.16%87.84%-
XYZ52.1939.9375.48-
YUV174.66155.85158.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=37.26%
G=24.44%
B=38.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181432240.030.3600.12295.5656.6471.96
HexDA8FE03240C1283948
Octal33221734034401445071110
Binary11011010100011111110000011100100011001001010001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8FE0; }

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

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

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

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

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

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

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

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