#D58ACB

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

Shades of Lilac #D58ACB

Tints of Lilac #D58ACB

Color information

#D58ACB (or 0xD58ACB) is unknown color: approx Lilac. HEX triplet: D5, 8A and CB. RGB value is (213,138,203). Sum of RGB (Red+Green+Blue) = 213+138+203=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ACB is #2A7534. Grayscale: #A7A7A7. Windows color (decimal): -2782517 or 13339349. OLE color: 13339349.

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

Color convert

RGB213138203-
CMYK00.350.050.16
HSL308º47.17%68.82%-
HSV(B)308º35.21%83.53%-
XYZ47.3136.6361.08-
YUV167.83147.85160.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=38.45%
G=24.91%
B=36.64%

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
Decimal21313820300.350.050.1630847.1768.82
HexD58ACB0235101342f45
Octal32521231304352046457105
Binary1101010110001010110010110100011101100001001101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ACB; }

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

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

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

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

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

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

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

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