#D58CC8

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

Shades of Lilac #D58CC8

Tints of Lilac #D58CC8

Color information

#D58CC8 (or 0xD58CC8) is unknown color: approx Lilac. HEX triplet: D5, 8C and C8. RGB value is (213,140,200). Sum of RGB (Red+Green+Blue) = 213+140+200=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CC8 is #2A7337. Grayscale: #A8A8A8. Windows color (decimal): -2782008 or 13143253. OLE color: 13143253.

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

Color convert

RGB213140200-
CMYK00.340.060.16
HSL310.68º46.5%69.22%-
HSV(B)310.68º34.27%83.53%-
XYZ47.2437.0759.31-
YUV168.67145.68159.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 200 (78.52% from 255) = 36.17%
R=38.52%
G=25.32%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314020000.340.060.16310.6846.569.22
HexD58CC80226101372e45
Octal32521431004262046756105
Binary1101010110001100110010000100010110100001001101111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CC8; }

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

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

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

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

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

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

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

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