#D58CC3

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

Shades of Lilac #D58CC3

Tints of Lilac #D58CC3

Color information

#D58CC3 (or 0xD58CC3) is unknown color: approx Lilac. HEX triplet: D5, 8C and C3. RGB value is (213,140,195). Sum of RGB (Red+Green+Blue) = 213+140+195=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CC3 is #2A733C. Grayscale: #A7A7A7. Windows color (decimal): -2782013 or 12815573. OLE color: 12815573.

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

Color convert

RGB213140195-
CMYK00.340.080.16
HSL314.79º46.5%69.22%-
HSV(B)314.79º34.27%83.53%-
XYZ46.6736.8456.28-
YUV168.1143.18160.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=38.87%
G=25.55%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314019500.340.080.16314.7946.569.22
HexD58CC302281013b2e45
Octal325214303042102047356105
Binary11010101100011001100001101000101000100001001110111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CC3; }

 p { color: rgb(213,140,195); }

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

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

 a { background-color: rgb(213,140,195); }

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

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

 span { border-color: rgb(213,140,195); }

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