#D58FCD

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

Shades of Lilac #D58FCD

Tints of Lilac #D58FCD

Color information

#D58FCD (or 0xD58FCD) is unknown color: approx Lilac. HEX triplet: D5, 8F and CD. RGB value is (213,143,205). Sum of RGB (Red+Green+Blue) = 213+143+205=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FCD is #2A7032. Grayscale: #AAAAAA. Windows color (decimal): -2781235 or 13471701. OLE color: 13471701.

HSL color Cylindrical-coordinate representation of color #D58FCD: hue angle of 306.86º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58FCD is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213143205-
CMYK00.330.040.16
HSL306.86º45.45%69.8%-
HSV(B)306.86º32.86%83.53%-
XYZ48.2838.262.59-
YUV171147.19157.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=37.97%
G=25.49%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314320500.330.040.16306.8645.4569.8
HexD58FCD0214101332d46
Octal32521731504142046355106
Binary1101010110001111110011010100001100100001001100111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FCD; }

 p { color: rgb(213,143,205); }

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

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

 a { background-color: rgb(213,143,205); }

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

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

 span { border-color: rgb(213,143,205); }

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