Html Css Color HEX #D97488 Charm

📋 copy color: '#D97488'

red 217 ◦ green 116 ◦ blue 136

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

Shades of Charm #D97488

Tints of Charm #D97488

RGB

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

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

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

R = 46.27%
G = 24.73%
B = 29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D97488 (or 0xD97488) is known color: Charm. HEX triplet: D9, 74 and 88. RGB value is (217,116,136). Sum of RGB (Red+Green+Blue) = 217+116+136=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D97488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97488 is #268B77. Grayscale: #949494. Windows color (decimal): -2526072 or 8942809. OLE color: 8942809.

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

Color convert

RGB 217 116 136 -
CMYK 0 0.47 0.37 0.15
HSL 348.12º 0.57% 0.65% -
HSV(B) 348.12º 0.47% 0.85% -
XYZ 39.3 29.02 26.82 -
YUV 148.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 217 116 136 0 0.47 0.37 0.15 348.12 0.57 0.65
Hex D9 74 88 0 2F 25 F 15C 39 41
Octal 331 164 210 0 57 45 17 534 71 101
Binary 11011001 1110100 10001000 0 101111 100101 1111 101011100 111001 1000001

Color Harmonies of #D97488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97488

Black with #D97488

Text Example


Text Example

White with #D97488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97488; }

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

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

background-color css

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

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

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

border-color css

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

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

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