Html Css Color HEX #D186BF Lily

📋 copy color: '#D186BF'

red 209 ◦ green 134 ◦ blue 191

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

Shades of Lily #D186BF

Tints of Lily #D186BF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.09%

 BLUE value IS 191 (75% from 255) = 35.77%

R = 39.14%
G = 25.09%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D186BF (or 0xD186BF) is known color: Lily. HEX triplet: D1, 86 and BF. RGB value is (209,134,191). Sum of RGB (Red+Green+Blue) = 209+134+191=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D186BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186BF is #2E7940. Grayscale: #A2A2A2. Windows color (decimal): -3045697 or 12551889. OLE color: 12551889.

HSL color Cylindrical-coordinate representation of color #D186BF: hue angle of 314.4º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D186BF is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 191 -
CMYK 0 0.36 0.09 0.18
HSL 314.4º 0.45% 0.67% -
HSV(B) 314.4º 0.36% 0.82% -
XYZ 44.22 34.37 53.59 -
YUV 162.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 209 134 191 0 0.36 0.09 0.18 314.4 0.45 0.67
Hex D1 86 BF 0 24 9 12 13A 2D 43
Octal 321 206 277 0 44 11 22 472 55 103
Binary 11010001 10000110 10111111 0 100100 1001 10010 100111010 101101 1000011

Color Harmonies of #D186BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186BF

Black with #D186BF

Text Example


Text Example

White with #D186BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186BF; }

 p { color: rgb(209,134,191); }

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

background-color css

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

 a { background-color: rgb(209,134,191); }

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

border-color css

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

 span { border-color: rgb(209,134,191); }

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