Html Css Color HEX #D186BA Lily

📋 copy color: '#D186BA'

red 209 ◦ green 134 ◦ blue 186

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

Shades of Lily #D186BA

Tints of Lily #D186BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 39.51%
G = 25.33%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D186BA (or 0xD186BA) is known color: Lily. HEX triplet: D1, 86 and BA. RGB value is (209,134,186). Sum of RGB (Red+Green+Blue) = 209+134+186=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D186BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186BA is #2E7945. Grayscale: #A2A2A2. Windows color (decimal): -3045702 or 12224209. OLE color: 12224209.

HSL color Cylindrical-coordinate representation of color #D186BA: hue angle of 318.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 #D186BA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 186 -
CMYK 0 0.36 0.11 0.18
HSL 318.4º 0.45% 0.67% -
HSV(B) 318.4º 0.36% 0.82% -
XYZ 43.68 34.15 50.74 -
YUV 162.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 209 134 186 0 0.36 0.11 0.18 318.4 0.45 0.67
Hex D1 86 BA 0 24 B 12 13E 2D 43
Octal 321 206 272 0 44 13 22 476 55 103
Binary 11010001 10000110 10111010 0 100100 1011 10010 100111110 101101 1000011

Color Harmonies of #D186BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186BA

Black with #D186BA

Text Example


Text Example

White with #D186BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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