#D58EC8

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

Shades of Lilac #D58EC8

Tints of Lilac #D58EC8

Color information

#D58EC8 (or 0xD58EC8) is unknown color: approx Lilac. HEX triplet: D5, 8E and C8. RGB value is (213,142,200). Sum of RGB (Red+Green+Blue) = 213+142+200=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EC8 is #2A7137. Grayscale: #A9A9A9. Windows color (decimal): -2781496 or 13143765. OLE color: 13143765.

HSL color Cylindrical-coordinate representation of color #D58EC8: hue angle of 310.99º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58EC8 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213142200-
CMYK00.330.060.16
HSL310.99º45.81%69.61%-
HSV(B)310.99º33.33%83.53%-
XYZ47.5437.6659.41-
YUV169.84145.02158.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=38.38%
G=25.59%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314220000.330.060.16310.9945.8169.61
HexD58EC80216101372e46
Octal32521631004162046756106
Binary1101010110001110110010000100001110100001001101111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EC8; }

 p { color: rgb(213,142,200); }

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

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

 a { background-color: rgb(213,142,200); }

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

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

 span { border-color: rgb(213,142,200); }

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