Html Css Color HEX #D97F84 Charm

📋 copy color: '#D97F84'

red 217 ◦ green 127 ◦ blue 132

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

Shades of Charm #D97F84

Tints of Charm #D97F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.73%

R = 45.59%
G = 26.68%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D97F84 (or 0xD97F84) is known color: Charm. HEX triplet: D9, 7F and 84. RGB value is (217,127,132). Sum of RGB (Red+Green+Blue) = 217+127+132=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F84 is #26807B. Grayscale: #9A9A9A. Windows color (decimal): -2523260 or 8683481. OLE color: 8683481.

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

Color convert

RGB 217 127 132 -
CMYK 0 0.41 0.39 0.15
HSL 356.67º 0.54% 0.67% -
HSV(B) 356.67º 0.41% 0.85% -
XYZ 40.37 31.6 25.8 -
YUV 154.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 217 127 132 0 0.41 0.39 0.15 356.67 0.54 0.67
Hex D9 7F 84 0 29 27 F 165 36 43
Octal 331 177 204 0 51 47 17 545 66 103
Binary 11011001 1111111 10000100 0 101001 100111 1111 101100101 110110 1000011

Color Harmonies of #D97F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F84

Black with #D97F84

Text Example


Text Example

White with #D97F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F84; }

 p { color: rgb(217,127,132); }

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

background-color css

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

 a { background-color: rgb(217,127,132); }

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

border-color css

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

 span { border-color: rgb(217,127,132); }

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