Html Css Color HEX #D09DC0 Lily

📋 copy color: '#D09DC0'

red 208 ◦ green 157 ◦ blue 192

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

Shades of Lily #D09DC0

Tints of Lily #D09DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.47%

R = 37.34%
G = 28.19%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D09DC0 (or 0xD09DC0) is known color: Lily. HEX triplet: D0, 9D and C0. RGB value is (208,157,192). Sum of RGB (Red+Green+Blue) = 208+157+192=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DC0 is #2F623F. Grayscale: #B0B0B0. Windows color (decimal): -3105344 or 12623312. OLE color: 12623312.

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

Color convert

RGB 208 157 192 -
CMYK 0 0.25 0.08 0.18
HSL 318.82º 0.35% 0.72% -
HSV(B) 318.82º 0.25% 0.82% -
XYZ 47.58 41.33 55.34 -
YUV 176.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 208 157 192 0 0.25 0.08 0.18 318.82 0.35 0.72
Hex D0 9D C0 0 19 8 12 13F 23 48
Octal 320 235 300 0 31 10 22 477 43 110
Binary 11010000 10011101 11000000 0 11001 1000 10010 100111111 100011 1001000

Color Harmonies of #D09DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DC0

Black with #D09DC0

Text Example


Text Example

White with #D09DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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