Html Css Color HEX #D97A8B Charm

📋 copy color: '#D97A8B'

red 217 ◦ green 122 ◦ blue 139

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

Shades of Charm #D97A8B

Tints of Charm #D97A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 45.4%
G = 25.52%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D97A8B (or 0xD97A8B) is known color: Charm. HEX triplet: D9, 7A and 8B. RGB value is (217,122,139). Sum of RGB (Red+Green+Blue) = 217+122+139=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A8B is #268574. Grayscale: #989898. Windows color (decimal): -2524533 or 9140953. OLE color: 9140953.

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

Color convert

RGB 217 122 139 -
CMYK 0 0.44 0.36 0.15
HSL 349.26º 0.56% 0.66% -
HSV(B) 349.26º 0.44% 0.85% -
XYZ 40.24 30.53 28.2 -
YUV 152.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 217 122 139 0 0.44 0.36 0.15 349.26 0.56 0.66
Hex D9 7A 8B 0 2C 24 F 15D 38 42
Octal 331 172 213 0 54 44 17 535 70 102
Binary 11011001 1111010 10001011 0 101100 100100 1111 101011101 111000 1000010

Color Harmonies of #D97A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A8B

Black with #D97A8B

Text Example


Text Example

White with #D97A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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