Html Css Color HEX #D97990 Charm

📋 copy color: '#D97990'

red 217 ◦ green 121 ◦ blue 144

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

Shades of Charm #D97990

Tints of Charm #D97990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.1%

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

R = 45.02%
G = 25.1%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D97990 (or 0xD97990) is known color: Charm. HEX triplet: D9, 79 and 90. RGB value is (217,121,144). Sum of RGB (Red+Green+Blue) = 217+121+144=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D97990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97990 is #26866F. Grayscale: #989898. Windows color (decimal): -2524784 or 9468377. OLE color: 9468377.

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

Color convert

RGB 217 121 144 -
CMYK 0 0.44 0.34 0.15
HSL 345.63º 0.56% 0.66% -
HSV(B) 345.63º 0.44% 0.85% -
XYZ 40.49 30.44 30.13 -
YUV 152.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 217 121 144 0 0.44 0.34 0.15 345.63 0.56 0.66
Hex D9 79 90 0 2C 22 F 15A 38 42
Octal 331 171 220 0 54 42 17 532 70 102
Binary 11011001 1111001 10010000 0 101100 100010 1111 101011010 111000 1000010

Color Harmonies of #D97990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97990

Black with #D97990

Text Example


Text Example

White with #D97990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97990; }

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

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

background-color css

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

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

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

border-color css

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

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

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