Html Css Color HEX #D97882 Charm

📋 copy color: '#D97882'

red 217 ◦ green 120 ◦ blue 130

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

Shades of Charm #D97882

Tints of Charm #D97882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.7%

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 46.47%
G = 25.7%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D97882 (or 0xD97882) is known color: Charm. HEX triplet: D9, 78 and 82. RGB value is (217,120,130). Sum of RGB (Red+Green+Blue) = 217+120+130=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D97882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97882 is #26877D. Grayscale: #969696. Windows color (decimal): -2525054 or 8550617. OLE color: 8550617.

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

Color convert

RGB 217 120 130 -
CMYK 0 0.45 0.40 0.15
HSL 353.81º 0.56% 0.66% -
HSV(B) 353.81º 0.45% 0.85% -
XYZ 39.36 29.8 24.8 -
YUV 150.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 217 120 130 0 0.45 0.40 0.15 353.81 0.56 0.66
Hex D9 78 82 0 2D 28 F 162 38 42
Octal 331 170 202 0 55 50 17 542 70 102
Binary 11011001 1111000 10000010 0 101101 101000 1111 101100010 111000 1000010

Color Harmonies of #D97882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97882

Black with #D97882

Text Example


Text Example

White with #D97882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97882; }

 p { color: rgb(217,120,130); }

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

background-color css

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

 a { background-color: rgb(217,120,130); }

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

border-color css

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

 span { border-color: rgb(217,120,130); }

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