#D388BC

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

Shades of Lily #D388BC

Tints of Lily #D388BC

Color information

#D388BC (or 0xD388BC) is unknown color: approx Lily. HEX triplet: D3, 88 and BC. RGB value is (211,136,188). Sum of RGB (Red+Green+Blue) = 211+136+188=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D388BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388BC is #2C7743. Grayscale: #A4A4A4. Windows color (decimal): -2914116 or 12355795. OLE color: 12355795.

HSL color Cylindrical-coordinate representation of color #D388BC: hue angle of 318.4º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D388BC is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB211136188-
CMYK00.360.110.17
HSL318.4º46.01%68.04%-
HSV(B)318.4º35.55%82.75%-
XYZ44.7535.0951.99-
YUV164.35141.35161.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=39.44%
G=25.42%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113618800.360.110.17318.446.0168.04
HexD388BC024B1113e2e44
Octal323210274044132147656104
Binary11010011100010001011110001001001011100011001111101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D388BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D388BC; }

 p { color: rgb(211,136,188); }

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

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

 a { background-color: rgb(211,136,188); }

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

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

 span { border-color: rgb(211,136,188); }

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