#D380BB

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

Shades of Lily #D380BB

Tints of Lily #D380BB

Color information

#D380BB (or 0xD380BB) is unknown color: approx Lily. HEX triplet: D3, 80 and BB. RGB value is (211,128,187). Sum of RGB (Red+Green+Blue) = 211+128+187=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D380BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380BB is #2C7F44. Grayscale: #9F9F9F. Windows color (decimal): -2916165 or 12288211. OLE color: 12288211.

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

Color convert

RGB211128187-
CMYK00.390.110.17
HSL317.35º48.54%66.47%-
HSV(B)317.35º39.34%82.75%-
XYZ43.5532.8851.06-
YUV159.54143.5164.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=40.11%
G=24.33%
B=35.55%

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
Decimal21112818700.390.110.17317.3548.5466.47
HexD380BB027B1113d3142
Octal323200273047132147561102
Binary11010011100000001011101101001111011100011001111011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380BB; }

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

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

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

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

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

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

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

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