#D58DC7

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

Shades of Lilac #D58DC7

Tints of Lilac #D58DC7

Color information

#D58DC7 (or 0xD58DC7) is unknown color: approx Lilac. HEX triplet: D5, 8D and C7. RGB value is (213,141,199). Sum of RGB (Red+Green+Blue) = 213+141+199=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DC7 is #2A7238. Grayscale: #A8A8A8. Windows color (decimal): -2781753 or 13077973. OLE color: 13077973.

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

Color convert

RGB213141199-
CMYK00.340.070.16
HSL311.67º46.15%69.41%-
HSV(B)311.67º33.8%83.53%-
XYZ47.2737.3258.74-
YUV169.14144.85159.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 199 (78.12% from 255) = 35.99%
R=38.52%
G=25.50%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314119900.340.070.16311.6746.1569.41
HexD58DC70227101382e45
Octal32521530704272047056105
Binary1101010110001101110001110100010111100001001110001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DC7; }

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

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

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

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

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

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

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

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