#D38FB7

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

Shades of Lily #D38FB7

Tints of Lily #D38FB7

Color information

#D38FB7 (or 0xD38FB7) is unknown color: approx Lily. HEX triplet: D3, 8F and B7. RGB value is (211,143,183). Sum of RGB (Red+Green+Blue) = 211+143+183=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FB7 is #2C7048. Grayscale: #A7A7A7. Windows color (decimal): -2912329 or 12029907. OLE color: 12029907.

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

Color convert

RGB211143183-
CMYK00.320.130.17
HSL324.71º43.59%69.41%-
HSV(B)324.71º32.23%82.75%-
XYZ45.2336.9149.54-
YUV167.89136.53158.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=39.29%
G=26.63%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114318300.320.130.17324.7143.5969.41
HexD38FB7020D111452c45
Octal323217267040152150554105
Binary11010011100011111011011101000001101100011010001011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FB7; }

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

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

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

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

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

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

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

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