Html Css Color HEX #D09BB9 Lily

📋 copy color: '#D09BB9'

red 208 ◦ green 155 ◦ blue 185

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

Shades of Lily #D09BB9

Tints of Lily #D09BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.76%

R = 37.96%
G = 28.28%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D09BB9 (or 0xD09BB9) is known color: Lily. HEX triplet: D0, 9B and B9. RGB value is (208,155,185). Sum of RGB (Red+Green+Blue) = 208+155+185=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BB9 is #2F6446. Grayscale: #AEAEAE. Windows color (decimal): -3105863 or 12164048. OLE color: 12164048.

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

Color convert

RGB 208 155 185 -
CMYK 0 0.25 0.11 0.18
HSL 326.04º 0.36% 0.71% -
HSV(B) 326.04º 0.25% 0.82% -
XYZ 46.49 40.36 51.24 -
YUV 174.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 208 155 185 0 0.25 0.11 0.18 326.04 0.36 0.71
Hex D0 9B B9 0 19 B 12 146 24 47
Octal 320 233 271 0 31 13 22 506 44 107
Binary 11010000 10011011 10111001 0 11001 1011 10010 101000110 100100 1000111

Color Harmonies of #D09BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BB9

Black with #D09BB9

Text Example


Text Example

White with #D09BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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