Html Css Color HEX #D97C90 Charm

📋 copy color: '#D97C90'

red 217 ◦ green 124 ◦ blue 144

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

Shades of Charm #D97C90

Tints of Charm #D97C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.57%

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 44.74%
G = 25.57%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D97C90 (or 0xD97C90) is known color: Charm. HEX triplet: D9, 7C and 90. RGB value is (217,124,144). Sum of RGB (Red+Green+Blue) = 217+124+144=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97C90 is #26836F. Grayscale: #9A9A9A. Windows color (decimal): -2524016 or 9469145. OLE color: 9469145.

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

Color convert

RGB 217 124 144 -
CMYK 0 0.43 0.34 0.15
HSL 347.1º 0.55% 0.67% -
HSV(B) 347.1º 0.43% 0.85% -
XYZ 40.86 31.18 30.25 -
YUV 154.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 217 124 144 0 0.43 0.34 0.15 347.1 0.55 0.67
Hex D9 7C 90 0 2B 22 F 15B 37 43
Octal 331 174 220 0 53 42 17 533 67 103
Binary 11011001 1111100 10010000 0 101011 100010 1111 101011011 110111 1000011

Color Harmonies of #D97C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C90

Black with #D97C90

Text Example


Text Example

White with #D97C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C90; }

 p { color: rgb(217,124,144); }

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

background-color css

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

 a { background-color: rgb(217,124,144); }

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

border-color css

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

 span { border-color: rgb(217,124,144); }

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