Html Css Color HEX #D97386 Charm

📋 copy color: '#D97386'

red 217 ◦ green 115 ◦ blue 134

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

Shades of Charm #D97386

Tints of Charm #D97386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 46.57%
G = 24.68%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D97386 (or 0xD97386) is known color: Charm. HEX triplet: D9, 73 and 86. RGB value is (217,115,134). Sum of RGB (Red+Green+Blue) = 217+115+134=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D97386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97386 is #268C79. Grayscale: #939393. Windows color (decimal): -2526330 or 8811481. OLE color: 8811481.

HSL color Cylindrical-coordinate representation of color #D97386: hue angle of 348.82º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97386 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 115 134 -
CMYK 0 0.47 0.38 0.15
HSL 348.82º 0.57% 0.65% -
HSV(B) 348.82º 0.47% 0.85% -
XYZ 39.05 28.73 26.04 -
YUV 147.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 217 115 134 0 0.47 0.38 0.15 348.82 0.57 0.65
Hex D9 73 86 0 2F 26 F 15D 39 41
Octal 331 163 206 0 57 46 17 535 71 101
Binary 11011001 1110011 10000110 0 101111 100110 1111 101011101 111001 1000001

Color Harmonies of #D97386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97386

Black with #D97386

Text Example


Text Example

White with #D97386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97386; }

 p { color: rgb(217,115,134); }

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

background-color css

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

 a { background-color: rgb(217,115,134); }

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

border-color css

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

 span { border-color: rgb(217,115,134); }

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