Html Css Color HEX #D39DBB Lily

📋 copy color: '#D39DBB'

red 211 ◦ green 157 ◦ blue 187

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

Shades of Lily #D39DBB

Tints of Lily #D39DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.69%

R = 38.02%
G = 28.29%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D39DBB (or 0xD39DBB) is known color: Lily. HEX triplet: D3, 9D and BB. RGB value is (211,157,187). Sum of RGB (Red+Green+Blue) = 211+157+187=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DBB is #2C6244. Grayscale: #B0B0B0. Windows color (decimal): -2908741 or 12295635. OLE color: 12295635.

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

Color convert

RGB 211 157 187 -
CMYK 0 0.26 0.11 0.17
HSL 326.67º 0.38% 0.72% -
HSV(B) 326.67º 0.26% 0.83% -
XYZ 47.89 41.55 52.51 -
YUV 176.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 211 157 187 0 0.26 0.11 0.17 326.67 0.38 0.72
Hex D3 9D BB 0 1A B 11 147 26 48
Octal 323 235 273 0 32 13 21 507 46 110
Binary 11010011 10011101 10111011 0 11010 1011 10001 101000111 100110 1001000

Color Harmonies of #D39DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DBB

Black with #D39DBB

Text Example


Text Example

White with #D39DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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