#D59BC6

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

Shades of Lilac #D59BC6

Tints of Lilac #D59BC6

Color information

#D59BC6 (or 0xD59BC6) is unknown color: approx Lilac. HEX triplet: D5, 9B and C6. RGB value is (213,155,198). Sum of RGB (Red+Green+Blue) = 213+155+198=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BC6 is #2A6439. Grayscale: #B1B1B1. Windows color (decimal): -2778170 or 13016021. OLE color: 13016021.

HSL color Cylindrical-coordinate representation of color #D59BC6: hue angle of 315.52º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BC6 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213155198-
CMYK00.270.070.16
HSL315.52º40.85%72.16%-
HSV(B)315.52º27.23%83.53%-
XYZ49.3541.6758.87-
YUV177.24139.72153.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 155 (60.94% from 255) = 27.39%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=37.63%
G=27.39%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315519800.270.070.16315.5240.8572.16
HexD59BC601B71013c2948
Octal32523330603372047451110
Binary110101011001101111000110011011111100001001111001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BC6; }

 p { color: rgb(213,155,198); }

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

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

 a { background-color: rgb(213,155,198); }

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

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

 span { border-color: rgb(213,155,198); }

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