Html Css Color HEX #D09DB9 Lily

📋 copy color: '#D09DB9'

red 208 ◦ green 157 ◦ blue 185

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

Shades of Lily #D09DB9

Tints of Lily #D09DB9

RGB

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

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

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

R = 37.82%
G = 28.55%
B = 33.64%

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

#D09DB9 (or 0xD09DB9) is known color: Lily. HEX triplet: D0, 9D and B9. RGB value is (208,157,185). Sum of RGB (Red+Green+Blue) = 208+157+185=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DB9 is #2F6246. Grayscale: #AFAFAF. Windows color (decimal): -3105351 or 12164560. OLE color: 12164560.

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

Color convert

RGB 208 157 185 -
CMYK 0 0.25 0.11 0.18
HSL 327.06º 0.35% 0.72% -
HSV(B) 327.06º 0.25% 0.82% -
XYZ 46.83 41.03 51.35 -
YUV 175.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 208 157 185 0 0.25 0.11 0.18 327.06 0.35 0.72
Hex D0 9D B9 0 19 B 12 147 23 48
Octal 320 235 271 0 31 13 22 507 43 110
Binary 11010000 10011101 10111001 0 11001 1011 10010 101000111 100011 1001000

Color Harmonies of #D09DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DB9

Black with #D09DB9

Text Example


Text Example

White with #D09DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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