#D38FBD

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

Shades of Lily #D38FBD

Tints of Lily #D38FBD

Color information

#D38FBD (or 0xD38FBD) is unknown color: approx Lily. HEX triplet: D3, 8F and BD. RGB value is (211,143,189). Sum of RGB (Red+Green+Blue) = 211+143+189=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FBD is #2C7042. Grayscale: #A8A8A8. Windows color (decimal): -2912323 or 12423123. OLE color: 12423123.

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

Color convert

RGB211143189-
CMYK00.320.100.17
HSL319.41º43.59%69.41%-
HSV(B)319.41º32.23%82.75%-
XYZ45.8737.1752.9-
YUV168.58139.53158.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.86%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=38.86%
G=26.34%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114318900.320.100.17319.4143.5969.41
HexD38FBD020A1113f2c45
Octal323217275040122147754105
Binary11010011100011111011110101000001010100011001111111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FBD; }

 p { color: rgb(211,143,189); }

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

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

 a { background-color: rgb(211,143,189); }

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

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

 span { border-color: rgb(211,143,189); }

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