Html Css Color HEX #D09DB4 Lily

📋 copy color: '#D09DB4'

red 208 ◦ green 157 ◦ blue 180

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

Shades of Lily #D09DB4

Tints of Lily #D09DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 38.17%
G = 28.81%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D09DB4 (or 0xD09DB4) is known color: Lily. HEX triplet: D0, 9D and B4. RGB value is (208,157,180). Sum of RGB (Red+Green+Blue) = 208+157+180=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DB4 is #2F624B. Grayscale: #AEAEAE. Windows color (decimal): -3105356 or 11836880. OLE color: 11836880.

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

Color convert

RGB 208 157 180 -
CMYK 0 0.25 0.13 0.18
HSL 332.94º 0.35% 0.72% -
HSV(B) 332.94º 0.25% 0.82% -
XYZ 46.31 40.82 48.62 -
YUV 174.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 208 157 180 0 0.25 0.13 0.18 332.94 0.35 0.72
Hex D0 9D B4 0 19 D 12 14D 23 48
Octal 320 235 264 0 31 15 22 515 43 110
Binary 11010000 10011101 10110100 0 11001 1101 10010 101001101 100011 1001000

Color Harmonies of #D09DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DB4

Black with #D09DB4

Text Example


Text Example

White with #D09DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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