Html Css Color HEX #D97988 Charm

📋 copy color: '#D97988'

red 217 ◦ green 121 ◦ blue 136

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

Shades of Charm #D97988

Tints of Charm #D97988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.53%

 BLUE value IS 136 (53.52% from 255) = 28.69%

R = 45.78%
G = 25.53%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D97988 (or 0xD97988) is known color: Charm. HEX triplet: D9, 79 and 88. RGB value is (217,121,136). Sum of RGB (Red+Green+Blue) = 217+121+136=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D97988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97988 is #268677. Grayscale: #979797. Windows color (decimal): -2524792 or 8944089. OLE color: 8944089.

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

Color convert

RGB 217 121 136 -
CMYK 0 0.44 0.37 0.15
HSL 350.63º 0.56% 0.66% -
HSV(B) 350.63º 0.44% 0.85% -
XYZ 39.9 30.2 27.02 -
YUV 151.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 217 121 136 0 0.44 0.37 0.15 350.63 0.56 0.66
Hex D9 79 88 0 2C 25 F 15F 38 42
Octal 331 171 210 0 54 45 17 537 70 102
Binary 11011001 1111001 10001000 0 101100 100101 1111 101011111 111000 1000010

Color Harmonies of #D97988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97988

Black with #D97988

Text Example


Text Example

White with #D97988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97988; }

 p { color: rgb(217,121,136); }

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

background-color css

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

 a { background-color: rgb(217,121,136); }

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

border-color css

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

 span { border-color: rgb(217,121,136); }

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