#D58ACA

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

Shades of Lilac #D58ACA

Tints of Lilac #D58ACA

Color information

#D58ACA (or 0xD58ACA) is unknown color: approx Lilac. HEX triplet: D5, 8A and CA. RGB value is (213,138,202). Sum of RGB (Red+Green+Blue) = 213+138+202=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ACA is #2A7535. Grayscale: #A7A7A7. Windows color (decimal): -2782518 or 13273813. OLE color: 13273813.

HSL color Cylindrical-coordinate representation of color #D58ACA: hue angle of 308.8º 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 #D58ACA is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213138202-
CMYK00.350.050.16
HSL308.8º47.17%68.82%-
HSV(B)308.8º35.21%83.53%-
XYZ47.1936.5960.45-
YUV167.72147.35160.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=38.52%
G=24.95%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313820200.350.050.16308.847.1768.82
HexD58ACA0235101352f45
Octal32521231204352046557105
Binary1101010110001010110010100100011101100001001101011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ACA; }

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

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

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

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

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

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

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

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