Html Css Color HEX #D186BC Lily

📋 copy color: '#D186BC'

red 209 ◦ green 134 ◦ blue 188

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

Shades of Lily #D186BC

Tints of Lily #D186BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 39.36%
G = 25.24%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D186BC (or 0xD186BC) is known color: Lily. HEX triplet: D1, 86 and BC. RGB value is (209,134,188). Sum of RGB (Red+Green+Blue) = 209+134+188=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D186BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186BC is #2E7943. Grayscale: #A2A2A2. Windows color (decimal): -3045700 or 12355281. OLE color: 12355281.

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

Color convert

RGB 209 134 188 -
CMYK 0 0.36 0.10 0.18
HSL 316.8º 0.45% 0.67% -
HSV(B) 316.8º 0.36% 0.82% -
XYZ 43.9 34.24 51.87 -
YUV 162.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 209 134 188 0 0.36 0.10 0.18 316.8 0.45 0.67
Hex D1 86 BC 0 24 A 12 13D 2D 43
Octal 321 206 274 0 44 12 22 475 55 103
Binary 11010001 10000110 10111100 0 100100 1010 10010 100111101 101101 1000011

Color Harmonies of #D186BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186BC

Black with #D186BC

Text Example


Text Example

White with #D186BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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