#D387BB

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

Shades of Lily #D387BB

Tints of Lily #D387BB

Color information

#D387BB (or 0xD387BB) is unknown color: approx Lily. HEX triplet: D3, 87 and BB. RGB value is (211,135,187). Sum of RGB (Red+Green+Blue) = 211+135+187=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D387BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387BB is #2C7844. Grayscale: #A3A3A3. Windows color (decimal): -2914373 or 12290003. OLE color: 12290003.

HSL color Cylindrical-coordinate representation of color #D387BB: hue angle of 318.95º 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 #D387BB is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB211135187-
CMYK00.360.110.17
HSL318.95º46.34%67.84%-
HSV(B)318.95º36.02%82.75%-
XYZ44.534.7651.38-
YUV163.65141.18161.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.59%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=39.59%
G=25.33%
B=35.08%

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
Decimal21113518700.360.110.17318.9546.3467.84
HexD387BB024B1113f2e44
Octal323207273044132147756104
Binary11010011100001111011101101001001011100011001111111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D387BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D387BB; }

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

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

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

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

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

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

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

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