Html Css Color HEX #D17F86 Charm

📋 copy color: '#D17F86'

red 209 ◦ green 127 ◦ blue 134

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

Shades of Charm #D17F86

Tints of Charm #D17F86

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

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

R = 44.47%
G = 27.02%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D17F86 (or 0xD17F86) is known color: Charm. HEX triplet: D1, 7F and 86. RGB value is (209,127,134). Sum of RGB (Red+Green+Blue) = 209+127+134=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F86 is #2E8079. Grayscale: #989898. Windows color (decimal): -3047546 or 8814545. OLE color: 8814545.

HSL color Cylindrical-coordinate representation of color #D17F86: hue angle of 354.88º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17F86 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 127 134 -
CMYK 0 0.39 0.36 0.18
HSL 354.88º 0.47% 0.66% -
HSV(B) 354.88º 0.39% 0.82% -
XYZ 38.19 30.46 26.42 -
YUV 152.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 209 127 134 0 0.39 0.36 0.18 354.88 0.47 0.66
Hex D1 7F 86 0 27 24 12 163 2F 42
Octal 321 177 206 0 47 44 22 543 57 102
Binary 11010001 1111111 10000110 0 100111 100100 10010 101100011 101111 1000010

Color Harmonies of #D17F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F86

Black with #D17F86

Text Example


Text Example

White with #D17F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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