#D58CCB

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

Shades of Lilac #D58CCB

Tints of Lilac #D58CCB

Color information

#D58CCB (or 0xD58CCB) is unknown color: approx Lilac. HEX triplet: D5, 8C and CB. RGB value is (213,140,203). Sum of RGB (Red+Green+Blue) = 213+140+203=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CCB is #2A7334. Grayscale: #A8A8A8. Windows color (decimal): -2782005 or 13339861. OLE color: 13339861.

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

Color convert

RGB213140203-
CMYK00.340.050.16
HSL308.22º46.5%69.22%-
HSV(B)308.22º34.27%83.53%-
XYZ47.637.2161.17-
YUV169.01147.18159.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 140 (55.08% from 255) = 25.18%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=38.31%
G=25.18%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314020300.340.050.16308.2246.569.22
HexD58CCB0225101342e45
Octal32521431304252046456105
Binary1101010110001100110010110100010101100001001101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CCB; }

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

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

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

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

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

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

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

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