#DA88E1

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

Shades of Plum #DA88E1

Tints of Plum #DA88E1

Color information

#DA88E1 (or 0xDA88E1) is unknown color: approx Plum. HEX triplet: DA, 88 and E1. RGB value is (218,136,225). Sum of RGB (Red+Green+Blue) = 218+136+225=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA88E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88E1 is #25771E. Grayscale: #AAAAAA. Windows color (decimal): -2455327 or 14780634. OLE color: 14780634.

HSL color Cylindrical-coordinate representation of color #DA88E1: hue angle of 295.28º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA88E1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218136225-
CMYK0.030.4000.12
HSL295.28º59.73%70.78%-
HSV(B)295.28º39.56%88.24%-
XYZ51.3137.9575.86-
YUV170.66158.67161.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=37.65%
G=23.49%
B=38.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181362250.030.4000.12295.2859.7370.78
HexDA88E13280C1273c47
Octal33221034135001444774107
Binary11011010100010001110000111101000011001001001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88E1; }

 p { color: rgb(218,136,225); }

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

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

 a { background-color: rgb(218,136,225); }

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

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

 span { border-color: rgb(218,136,225); }

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