Html Css Color HEX #D17986 Charm

📋 copy color: '#D17986'

red 209 ◦ green 121 ◦ blue 134

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

Shades of Charm #D17986

Tints of Charm #D17986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.08%

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

R = 45.04%
G = 26.08%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D17986 (or 0xD17986) is known color: Charm. HEX triplet: D1, 79 and 86. RGB value is (209,121,134). Sum of RGB (Red+Green+Blue) = 209+121+134=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D17986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17986 is #2E8679. Grayscale: #949494. Windows color (decimal): -3049082 or 8813009. OLE color: 8813009.

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

Color convert

RGB 209 121 134 -
CMYK 0 0.42 0.36 0.18
HSL 351.14º 0.49% 0.65% -
HSV(B) 351.14º 0.42% 0.82% -
XYZ 37.43 28.95 26.17 -
YUV 148.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 209 121 134 0 0.42 0.36 0.18 351.14 0.49 0.65
Hex D1 79 86 0 2A 24 12 15F 31 41
Octal 321 171 206 0 52 44 22 537 61 101
Binary 11010001 1111001 10000110 0 101010 100100 10010 101011111 110001 1000001

Color Harmonies of #D17986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17986

Black with #D17986

Text Example


Text Example

White with #D17986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17986; }

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

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

background-color css

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

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

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

border-color css

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

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

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