#D58BCA

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

Shades of Lilac #D58BCA

Tints of Lilac #D58BCA

Color information

#D58BCA (or 0xD58BCA) is unknown color: approx Lilac. HEX triplet: D5, 8B and CA. RGB value is (213,139,202). Sum of RGB (Red+Green+Blue) = 213+139+202=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BCA is #2A7435. Grayscale: #A8A8A8. Windows color (decimal): -2782262 or 13274069. OLE color: 13274069.

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

Color convert

RGB213139202-
CMYK00.350.050.16
HSL308.92º46.84%69.02%-
HSV(B)308.92º34.74%83.53%-
XYZ47.3336.8860.5-
YUV168.31147.02159.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=38.45%
G=25.09%
B=36.46%

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
Decimal21313920200.350.050.16308.9246.8469.02
HexD58BCA0235101352f45
Octal32521331204352046557105
Binary1101010110001011110010100100011101100001001101011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58BCA; }

 p { color: rgb(213,139,202); }

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

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

 a { background-color: rgb(213,139,202); }

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

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

 span { border-color: rgb(213,139,202); }

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