Html Css Color HEX #D1A1B8 Lily

📋 copy color: '#D1A1B8'

red 209 ◦ green 161 ◦ blue 184

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

Shades of Lily #D1A1B8

Tints of Lily #D1A1B8

RGB

 RED value IS 209 (82.03% from 255) = 37.73%

 GREEN value IS 161 (63.28% from 255) = 29.06%

 BLUE value IS 184 (72.27% from 255) = 33.21%

R = 37.73%
G = 29.06%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D1A1B8 (or 0xD1A1B8) is known color: Lily. HEX triplet: D1, A1 and B8. RGB value is (209,161,184). Sum of RGB (Red+Green+Blue) = 209+161+184=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A1B8 is #2E5E47. Grayscale: #B1B1B1. Windows color (decimal): -3038792 or 12100049. OLE color: 12100049.

HSL color Cylindrical-coordinate representation of color #D1A1B8: hue angle of 331.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A1B8 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 161 184 -
CMYK 0 0.23 0.12 0.18
HSL 331.25º 0.34% 0.73% -
HSV(B) 331.25º 0.23% 0.82% -
XYZ 47.69 42.51 51.04 -
YUV 177.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 209 161 184 0 0.23 0.12 0.18 331.25 0.34 0.73
Hex D1 A1 B8 0 17 C 12 14B 22 49
Octal 321 241 270 0 27 14 22 513 42 111
Binary 11010001 10100001 10111000 0 10111 1100 10010 101001011 100010 1001001

Color Harmonies of #D1A1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A1B8

Black with #D1A1B8

Text Example


Text Example

White with #D1A1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A1B8; }

 p { color: rgb(209,161,184); }

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

background-color css

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

 a { background-color: rgb(209,161,184); }

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

border-color css

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

 span { border-color: rgb(209,161,184); }

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