Html Css Color HEX #D97486 Charm

📋 copy color: '#D97486'

red 217 ◦ green 116 ◦ blue 134

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

Shades of Charm #D97486

Tints of Charm #D97486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

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

R = 46.47%
G = 24.84%
B = 28.69%

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

#D97486 (or 0xD97486) is known color: Charm. HEX triplet: D9, 74 and 86. RGB value is (217,116,134). Sum of RGB (Red+Green+Blue) = 217+116+134=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D97486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97486 is #268B79. Grayscale: #949494. Windows color (decimal): -2526074 or 8811737. OLE color: 8811737.

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

Color convert

RGB 217 116 134 -
CMYK 0 0.47 0.38 0.15
HSL 349.31º 0.57% 0.65% -
HSV(B) 349.31º 0.47% 0.85% -
XYZ 39.16 28.96 26.08 -
YUV 148.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 217 116 134 0 0.47 0.38 0.15 349.31 0.57 0.65
Hex D9 74 86 0 2F 26 F 15D 39 41
Octal 331 164 206 0 57 46 17 535 71 101
Binary 11011001 1110100 10000110 0 101111 100110 1111 101011101 111001 1000001

Color Harmonies of #D97486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97486

Black with #D97486

Text Example


Text Example

White with #D97486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97486; }

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

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

background-color css

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

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

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

border-color css

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

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

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