Html Css Color HEX #D97785 Charm

📋 copy color: '#D97785'

red 217 ◦ green 119 ◦ blue 133

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

Shades of Charm #D97785

Tints of Charm #D97785

RGB

 RED value IS 217 (85.16% from 255) = 46.27%

 GREEN value IS 119 (46.88% from 255) = 25.37%

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 46.27%
G = 25.37%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D97785 (or 0xD97785) is known color: Charm. HEX triplet: D9, 77 and 85. RGB value is (217,119,133). Sum of RGB (Red+Green+Blue) = 217+119+133=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D97785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97785 is #26887A. Grayscale: #959595. Windows color (decimal): -2525307 or 8746969. OLE color: 8746969.

HSL color Cylindrical-coordinate representation of color #D97785: hue angle of 351.43º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97785 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 119 133 -
CMYK 0 0.45 0.39 0.15
HSL 351.43º 0.56% 0.66% -
HSV(B) 351.43º 0.45% 0.85% -
XYZ 39.45 29.64 25.83 -
YUV 149.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 217 119 133 0 0.45 0.39 0.15 351.43 0.56 0.66
Hex D9 77 85 0 2D 27 F 15F 38 42
Octal 331 167 205 0 55 47 17 537 70 102
Binary 11011001 1110111 10000101 0 101101 100111 1111 101011111 111000 1000010

Color Harmonies of #D97785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97785

Black with #D97785

Text Example


Text Example

White with #D97785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97785; }

 p { color: rgb(217,119,133); }

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

background-color css

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

 a { background-color: rgb(217,119,133); }

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

border-color css

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

 span { border-color: rgb(217,119,133); }

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