Html Css Color HEX #D386BC Lily

📋 copy color: '#D386BC'

red 211 ◦ green 134 ◦ blue 188

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

Shades of Lily #D386BC

Tints of Lily #D386BC

RGB

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

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

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

R = 39.59%
G = 25.14%
B = 35.27%

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

#D386BC (or 0xD386BC) is known color: Lily. HEX triplet: D3, 86 and BC. RGB value is (211,134,188). Sum of RGB (Red+Green+Blue) = 211+134+188=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D386BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386BC is #2C7943. Grayscale: #A3A3A3. Windows color (decimal): -2914628 or 12355283. OLE color: 12355283.

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

Color convert

RGB 211 134 188 -
CMYK 0 0.36 0.11 0.17
HSL 317.92º 0.47% 0.68% -
HSV(B) 317.92º 0.36% 0.83% -
XYZ 44.47 34.53 51.9 -
YUV 163.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 211 134 188 0 0.36 0.11 0.17 317.92 0.47 0.68
Hex D3 86 BC 0 24 B 11 13E 2F 44
Octal 323 206 274 0 44 13 21 476 57 104
Binary 11010011 10000110 10111100 0 100100 1011 10001 100111110 101111 1000100

Color Harmonies of #D386BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386BC

Black with #D386BC

Text Example


Text Example

White with #D386BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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