Html Css Color HEX #D17F82 Charm

📋 copy color: '#D17F82'

red 209 ◦ green 127 ◦ blue 130

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

Shades of Charm #D17F82

Tints of Charm #D17F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 44.85%
G = 27.25%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D17F82 (or 0xD17F82) is known color: Charm. HEX triplet: D1, 7F and 82. RGB value is (209,127,130). Sum of RGB (Red+Green+Blue) = 209+127+130=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F82 is #2E807D. Grayscale: #979797. Windows color (decimal): -3047550 or 8552401. OLE color: 8552401.

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

Color convert

RGB 209 127 130 -
CMYK 0 0.39 0.38 0.18
HSL 357.8º 0.47% 0.66% -
HSV(B) 357.8º 0.39% 0.82% -
XYZ 37.91 30.35 24.98 -
YUV 151.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 209 127 130 0 0.39 0.38 0.18 357.8 0.47 0.66
Hex D1 7F 82 0 27 26 12 166 2F 42
Octal 321 177 202 0 47 46 22 546 57 102
Binary 11010001 1111111 10000010 0 100111 100110 10010 101100110 101111 1000010

Color Harmonies of #D17F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F82

Black with #D17F82

Text Example


Text Example

White with #D17F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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