#D381BB

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

Shades of Lily #D381BB

Tints of Lily #D381BB

Color information

#D381BB (or 0xD381BB) is unknown color: approx Lily. HEX triplet: D3, 81 and BB. RGB value is (211,129,187). Sum of RGB (Red+Green+Blue) = 211+129+187=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D381BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381BB is #2C7E44. Grayscale: #9F9F9F. Windows color (decimal): -2915909 or 12288467. OLE color: 12288467.

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

Color convert

RGB211129187-
CMYK00.390.110.17
HSL317.56º48.24%66.67%-
HSV(B)317.56º38.86%82.75%-
XYZ43.6833.1451.11-
YUV160.13143.17164.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=40.04%
G=24.48%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112918700.390.110.17317.5648.2466.67
HexD381BB027B1113e3043
Octal323201273047132147660103
Binary11010011100000011011101101001111011100011001111101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381BB; }

 p { color: rgb(211,129,187); }

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

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

 a { background-color: rgb(211,129,187); }

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

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

 span { border-color: rgb(211,129,187); }

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