Html Css Color HEX #D97485 Charm

📋 copy color: '#D97485'

red 217 ◦ green 116 ◦ blue 133

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

Shades of Charm #D97485

Tints of Charm #D97485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.54%

R = 46.57%
G = 24.89%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D97485 (or 0xD97485) is known color: Charm. HEX triplet: D9, 74 and 85. RGB value is (217,116,133). Sum of RGB (Red+Green+Blue) = 217+116+133=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D97485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97485 is #268B7A. Grayscale: #949494. Windows color (decimal): -2526075 or 8746201. OLE color: 8746201.

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

Color convert

RGB 217 116 133 -
CMYK 0 0.47 0.39 0.15
HSL 349.9º 0.57% 0.65% -
HSV(B) 349.9º 0.47% 0.85% -
XYZ 39.09 28.94 25.72 -
YUV 148.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 217 116 133 0 0.47 0.39 0.15 349.9 0.57 0.65
Hex D9 74 85 0 2F 27 F 15E 39 41
Octal 331 164 205 0 57 47 17 536 71 101
Binary 11011001 1110100 10000101 0 101111 100111 1111 101011110 111001 1000001

Color Harmonies of #D97485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97485

Black with #D97485

Text Example


Text Example

White with #D97485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97485; }

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

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

background-color css

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

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

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

border-color css

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

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

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