#D58BCC

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

Shades of Lilac #D58BCC

Tints of Lilac #D58BCC

Color information

#D58BCC (or 0xD58BCC) is unknown color: approx Lilac. HEX triplet: D5, 8B and CC. RGB value is (213,139,204). Sum of RGB (Red+Green+Blue) = 213+139+204=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BCC is #2A7433. Grayscale: #A8A8A8. Windows color (decimal): -2782260 or 13405141. OLE color: 13405141.

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

Color convert

RGB213139204-
CMYK00.350.040.16
HSL307.3º46.84%69.02%-
HSV(B)307.3º34.74%83.53%-
XYZ47.5736.9761.76-
YUV168.54148.02159.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 139 (54.69% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=38.31%
G=25%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313920400.350.040.16307.346.8469.02
HexD58BCC0234101332f45
Octal32521331404342046357105
Binary1101010110001011110011000100011100100001001100111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58BCC; }

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

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

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

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

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

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

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

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