#D38BBB

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

Shades of Lily #D38BBB

Tints of Lily #D38BBB

Color information

#D38BBB (or 0xD38BBB) is unknown color: approx Lily. HEX triplet: D3, 8B and BB. RGB value is (211,139,187). Sum of RGB (Red+Green+Blue) = 211+139+187=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BBB is #2C7444. Grayscale: #A5A5A5. Windows color (decimal): -2913349 or 12291027. OLE color: 12291027.

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

Color convert

RGB211139187-
CMYK00.340.110.17
HSL320º45%68.63%-
HSV(B)320º34.12%82.75%-
XYZ45.0735.951.57-
YUV166139.85160.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=39.29%
G=25.88%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113918700.340.110.173204568.63
HexD38BBB022B111402d45
Octal323213273042132150055105
Binary11010011100010111011101101000101011100011010000001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BBB; }

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

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

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

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

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

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

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

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