Html Css Color HEX #D19386 My Pink

📋 copy color: '#D19386'

red 209 ◦ green 147 ◦ blue 134

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

Shades of My Pink #D19386

Tints of My Pink #D19386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30%

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 42.65%
G = 30%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D19386 (or 0xD19386) is known color: My Pink. HEX triplet: D1, 93 and 86. RGB value is (209,147,134). Sum of RGB (Red+Green+Blue) = 209+147+134=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D19386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19386 is #2E6C79. Grayscale: #A4A4A4. Windows color (decimal): -3042426 or 8819665. OLE color: 8819665.

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

Color convert

RGB 209 147 134 -
CMYK 0 0.30 0.36 0.18
HSL 10.4º 0.45% 0.67% -
HSV(B) 10.4º 0.36% 0.82% -
XYZ 41.03 36.14 27.37 -
YUV 164.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 209 147 134 0 0.30 0.36 0.18 10.4 0.45 0.67
Hex D1 93 86 0 1E 24 12 A 2D 43
Octal 321 223 206 0 36 44 22 12 55 103
Binary 11010001 10010011 10000110 0 11110 100100 10010 1010 101101 1000011

Color Harmonies of #D19386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19386

Black with #D19386

Text Example


Text Example

White with #D19386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19386; }

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

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

background-color css

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

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

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

border-color css

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

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

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