#D58AC6

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

Shades of Lilac #D58AC6

Tints of Lilac #D58AC6

Color information

#D58AC6 (or 0xD58AC6) is unknown color: approx Lilac. HEX triplet: D5, 8A and C6. RGB value is (213,138,198). Sum of RGB (Red+Green+Blue) = 213+138+198=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AC6 is #2A7539. Grayscale: #A7A7A7. Windows color (decimal): -2782522 or 13011669. OLE color: 13011669.

HSL color Cylindrical-coordinate representation of color #D58AC6: hue angle of 312º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58AC6 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213138198-
CMYK00.350.070.16
HSL312º47.17%68.82%-
HSV(B)312º35.21%83.53%-
XYZ46.7236.457.99-
YUV167.26145.35160.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 198 (77.73% from 255) = 36.07%
R=38.80%
G=25.14%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313819800.350.070.1631247.1768.82
HexD58AC60237101382f45
Octal32521230604372047057105
Binary1101010110001010110001100100011111100001001110001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AC6; }

 p { color: rgb(213,138,198); }

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

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

 a { background-color: rgb(213,138,198); }

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

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

 span { border-color: rgb(213,138,198); }

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