Html Css Color HEX #D39DBF Lily

📋 copy color: '#D39DBF'

red 211 ◦ green 157 ◦ blue 191

#D39DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #D39DBF

Tints of Lily #D39DBF

RGB

 RED value IS 211 (82.81% from 255) = 37.75%

 GREEN value IS 157 (61.72% from 255) = 28.09%

 BLUE value IS 191 (75% from 255) = 34.17%

R = 37.75%
G = 28.09%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D39DBF (or 0xD39DBF) is known color: Lily. HEX triplet: D3, 9D and BF. RGB value is (211,157,191). Sum of RGB (Red+Green+Blue) = 211+157+191=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DBF is #2C6240. Grayscale: #B0B0B0. Windows color (decimal): -2908737 or 12557779. OLE color: 12557779.

HSL color Cylindrical-coordinate representation of color #D39DBF: hue angle of 322.22º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39DBF is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 157 191 -
CMYK 0 0.26 0.09 0.17
HSL 322.22º 0.38% 0.72% -
HSV(B) 322.22º 0.26% 0.83% -
XYZ 48.32 41.72 54.8 -
YUV 177.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 211 157 191 0 0.26 0.09 0.17 322.22 0.38 0.72
Hex D3 9D BF 0 1A 9 11 142 26 48
Octal 323 235 277 0 32 11 21 502 46 110
Binary 11010011 10011101 10111111 0 11010 1001 10001 101000010 100110 1001000

Color Harmonies of #D39DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DBF

Black with #D39DBF

Text Example


Text Example

White with #D39DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DBF; }

 p { color: rgb(211,157,191); }

 H1.HeaderClassName
 {
   color: #D39DBF;
 }
 .AnyTagClassName
 {
   color: #D39DBF;
 }
</style>

background-color css

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

 a { background-color: rgb(211,157,191); }

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

border-color css

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

 span { border-color: rgb(211,157,191); }

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