Html Css Color HEX #D97D8A Charm

📋 copy color: '#D97D8A'

red 217 ◦ green 125 ◦ blue 138

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

Shades of Charm #D97D8A

Tints of Charm #D97D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 45.21%
G = 26.04%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D97D8A (or 0xD97D8A) is known color: Charm. HEX triplet: D9, 7D and 8A. RGB value is (217,125,138). Sum of RGB (Red+Green+Blue) = 217+125+138=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97D8A is #268275. Grayscale: #9A9A9A. Windows color (decimal): -2523766 or 9076185. OLE color: 9076185.

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

Color convert

RGB 217 125 138 -
CMYK 0 0.42 0.36 0.15
HSL 351.52º 0.55% 0.67% -
HSV(B) 351.52º 0.42% 0.85% -
XYZ 40.54 31.25 27.94 -
YUV 153.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 217 125 138 0 0.42 0.36 0.15 351.52 0.55 0.67
Hex D9 7D 8A 0 2A 24 F 160 37 43
Octal 331 175 212 0 52 44 17 540 67 103
Binary 11011001 1111101 10001010 0 101010 100100 1111 101100000 110111 1000011

Color Harmonies of #D97D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D8A

Black with #D97D8A

Text Example


Text Example

White with #D97D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D8A; }

 p { color: rgb(217,125,138); }

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

background-color css

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

 a { background-color: rgb(217,125,138); }

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

border-color css

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

 span { border-color: rgb(217,125,138); }

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