#D58DCB

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

Shades of Lilac #D58DCB

Tints of Lilac #D58DCB

Color information

#D58DCB (or 0xD58DCB) is unknown color: approx Lilac. HEX triplet: D5, 8D and CB. RGB value is (213,141,203). Sum of RGB (Red+Green+Blue) = 213+141+203=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DCB is #2A7234. Grayscale: #A9A9A9. Windows color (decimal): -2781749 or 13340117. OLE color: 13340117.

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

Color convert

RGB213141203-
CMYK00.340.050.16
HSL308.33º46.15%69.41%-
HSV(B)308.33º33.8%83.53%-
XYZ47.7437.5161.22-
YUV169.6146.85158.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=38.24%
G=25.31%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314120300.340.050.16308.3346.1569.41
HexD58DCB0225101342e45
Octal32521531304252046456105
Binary1101010110001101110010110100010101100001001101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DCB; }

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

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

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

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

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

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

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

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