Html Css Color HEX #D97A8C Charm

📋 copy color: '#D97A8C'

red 217 ◦ green 122 ◦ blue 140

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

Shades of Charm #D97A8C

Tints of Charm #D97A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.47%

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 45.3%
G = 25.47%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D97A8C (or 0xD97A8C) is known color: Charm. HEX triplet: D9, 7A and 8C. RGB value is (217,122,140). Sum of RGB (Red+Green+Blue) = 217+122+140=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A8C is #268573. Grayscale: #989898. Windows color (decimal): -2524532 or 9206489. OLE color: 9206489.

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

Color convert

RGB 217 122 140 -
CMYK 0 0.44 0.35 0.15
HSL 348.63º 0.56% 0.66% -
HSV(B) 348.63º 0.44% 0.85% -
XYZ 40.31 30.56 28.59 -
YUV 152.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 217 122 140 0 0.44 0.35 0.15 348.63 0.56 0.66
Hex D9 7A 8C 0 2C 23 F 15D 38 42
Octal 331 172 214 0 54 43 17 535 70 102
Binary 11011001 1111010 10001100 0 101100 100011 1111 101011101 111000 1000010

Color Harmonies of #D97A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A8C

Black with #D97A8C

Text Example


Text Example

White with #D97A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A8C; }

 p { color: rgb(217,122,140); }

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

background-color css

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

 a { background-color: rgb(217,122,140); }

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

border-color css

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

 span { border-color: rgb(217,122,140); }

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