Html Css Color HEX #D97A8D Charm

📋 copy color: '#D97A8D'

red 217 ◦ green 122 ◦ blue 141

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

Shades of Charm #D97A8D

Tints of Charm #D97A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 45.21%
G = 25.42%
B = 29.38%

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

#D97A8D (or 0xD97A8D) is known color: Charm. HEX triplet: D9, 7A and 8D. RGB value is (217,122,141). Sum of RGB (Red+Green+Blue) = 217+122+141=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A8D is #268572. Grayscale: #989898. Windows color (decimal): -2524531 or 9272025. OLE color: 9272025.

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

Color convert

RGB 217 122 141 -
CMYK 0 0.44 0.35 0.15
HSL 348º 0.56% 0.66% -
HSV(B) 348º 0.44% 0.85% -
XYZ 40.38 30.59 28.98 -
YUV 152.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 217 122 141 0 0.44 0.35 0.15 348 0.56 0.66
Hex D9 7A 8D 0 2C 23 F 15C 38 42
Octal 331 172 215 0 54 43 17 534 70 102
Binary 11011001 1111010 10001101 0 101100 100011 1111 101011100 111000 1000010

Color Harmonies of #D97A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A8D

Black with #D97A8D

Text Example


Text Example

White with #D97A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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