#D58FCB

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

Shades of Lilac #D58FCB

Tints of Lilac #D58FCB

Color information

#D58FCB (or 0xD58FCB) is unknown color: approx Lilac. HEX triplet: D5, 8F and CB. RGB value is (213,143,203). Sum of RGB (Red+Green+Blue) = 213+143+203=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FCB is #2A7034. Grayscale: #AAAAAA. Windows color (decimal): -2781237 or 13340629. OLE color: 13340629.

HSL color Cylindrical-coordinate representation of color #D58FCB: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58FCB is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213143203-
CMYK00.330.050.16
HSL308.57º45.45%69.8%-
HSV(B)308.57º32.86%83.53%-
XYZ48.0438.161.32-
YUV170.77146.19158.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=38.10%
G=25.58%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314320300.330.050.16308.5745.4569.8
HexD58FCB0215101352d46
Octal32521731304152046555106
Binary1101010110001111110010110100001101100001001101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FCB; }

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

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

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

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

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

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

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

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