Html Css Color HEX #D97170 Geraldine

📋 copy color: '#D97170'

red 217 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #D97170

Tints of Geraldine #D97170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.57%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 49.1%
G = 25.57%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D97170 (or 0xD97170) is known color: Geraldine. HEX triplet: D9, 71 and 70. RGB value is (217,113,112). Sum of RGB (Red+Green+Blue) = 217+113+112=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D97170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97170 is #268E8F. Grayscale: #909090. Windows color (decimal): -2526864 or 7369177. OLE color: 7369177.

HSL color Cylindrical-coordinate representation of color #D97170: hue angle of 0.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97170 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 112 -
CMYK 0 0.48 0.48 0.15
HSL 0.57º 0.58% 0.65% -
HSV(B) 0.57º 0.48% 0.85% -
XYZ 37.45 27.73 18.71 -
YUV 143.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 217 113 112 0 0.48 0.48 0.15 0.57 0.58 0.65
Hex D9 71 70 0 30 30 F 1 3A 41
Octal 331 161 160 0 60 60 17 1 72 101
Binary 11011001 1110001 1110000 0 110000 110000 1111 1 111010 1000001

Color Harmonies of #D97170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97170

Black with #D97170

Text Example


Text Example

White with #D97170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97170; }

 p { color: rgb(217,113,112); }

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

background-color css

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

 a { background-color: rgb(217,113,112); }

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

border-color css

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

 span { border-color: rgb(217,113,112); }

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