Html Css Color HEX #D09BB2 Lily

📋 copy color: '#D09BB2'

red 208 ◦ green 155 ◦ blue 178

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

Shades of Lily #D09BB2

Tints of Lily #D09BB2

RGB

 RED value IS 208 (81.64% from 255) = 38.45%

 GREEN value IS 155 (60.94% from 255) = 28.65%

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 38.45%
G = 28.65%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D09BB2 (or 0xD09BB2) is known color: Lily. HEX triplet: D0, 9B and B2. RGB value is (208,155,178). Sum of RGB (Red+Green+Blue) = 208+155+178=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BB2 is #2F644D. Grayscale: #ADADAD. Windows color (decimal): -3105870 or 11705296. OLE color: 11705296.

HSL color Cylindrical-coordinate representation of color #D09BB2: hue angle of 333.96º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09BB2 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 155 178 -
CMYK 0 0.25 0.14 0.18
HSL 333.96º 0.36% 0.71% -
HSV(B) 333.96º 0.25% 0.82% -
XYZ 45.77 40.07 47.44 -
YUV 173.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 208 155 178 0 0.25 0.14 0.18 333.96 0.36 0.71
Hex D0 9B B2 0 19 E 12 14E 24 47
Octal 320 233 262 0 31 16 22 516 44 107
Binary 11010000 10011011 10110010 0 11001 1110 10010 101001110 100100 1000111

Color Harmonies of #D09BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BB2

Black with #D09BB2

Text Example


Text Example

White with #D09BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BB2; }

 p { color: rgb(208,155,178); }

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

background-color css

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

 a { background-color: rgb(208,155,178); }

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

border-color css

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

 span { border-color: rgb(208,155,178); }

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