Html Css Color HEX #D185BB Lily

📋 copy color: '#D185BB'

red 209 ◦ green 133 ◦ blue 187

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

Shades of Lily #D185BB

Tints of Lily #D185BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.14%

 BLUE value IS 187 (73.44% from 255) = 35.35%

R = 39.51%
G = 25.14%
B = 35.35%

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

#D185BB (or 0xD185BB) is known color: Lily. HEX triplet: D1, 85 and BB. RGB value is (209,133,187). Sum of RGB (Red+Green+Blue) = 209+133+187=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D185BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185BB is #2E7A44. Grayscale: #A1A1A1. Windows color (decimal): -3045957 or 12289489. OLE color: 12289489.

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

Color convert

RGB 209 133 187 -
CMYK 0 0.36 0.11 0.18
HSL 317.37º 0.45% 0.67% -
HSV(B) 317.37º 0.36% 0.82% -
XYZ 43.65 33.92 51.26 -
YUV 161.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 209 133 187 0 0.36 0.11 0.18 317.37 0.45 0.67
Hex D1 85 BB 0 24 B 12 13D 2D 43
Octal 321 205 273 0 44 13 22 475 55 103
Binary 11010001 10000101 10111011 0 100100 1011 10010 100111101 101101 1000011

Color Harmonies of #D185BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185BB

Black with #D185BB

Text Example


Text Example

White with #D185BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185BB; }

 p { color: rgb(209,133,187); }

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

background-color css

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

 a { background-color: rgb(209,133,187); }

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

border-color css

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

 span { border-color: rgb(209,133,187); }

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