Html Css Color HEX #D386BB Lily

📋 copy color: '#D386BB'

red 211 ◦ green 134 ◦ blue 187

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

Shades of Lily #D386BB

Tints of Lily #D386BB

RGB

 RED value IS 211 (82.81% from 255) = 39.66%

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

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

R = 39.66%
G = 25.19%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D386BB (or 0xD386BB) is known color: Lily. HEX triplet: D3, 86 and BB. RGB value is (211,134,187). Sum of RGB (Red+Green+Blue) = 211+134+187=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D386BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386BB is #2C7944. Grayscale: #A2A2A2. Windows color (decimal): -2914629 or 12289747. OLE color: 12289747.

HSL color Cylindrical-coordinate representation of color #D386BB: hue angle of 318.7º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D386BB is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 134 187 -
CMYK 0 0.36 0.11 0.17
HSL 318.7º 0.47% 0.68% -
HSV(B) 318.7º 0.36% 0.83% -
XYZ 44.36 34.49 51.33 -
YUV 163.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 211 134 187 0 0.36 0.11 0.17 318.7 0.47 0.68
Hex D3 86 BB 0 24 B 11 13F 2F 44
Octal 323 206 273 0 44 13 21 477 57 104
Binary 11010011 10000110 10111011 0 100100 1011 10001 100111111 101111 1000100

Color Harmonies of #D386BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386BB

Black with #D386BB

Text Example


Text Example

White with #D386BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386BB; }

 p { color: rgb(211,134,187); }

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

background-color css

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

 a { background-color: rgb(211,134,187); }

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

border-color css

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

 span { border-color: rgb(211,134,187); }

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