Html Css Color HEX #D97570 Geraldine

📋 copy color: '#D97570'

red 217 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #D97570

Tints of Geraldine #D97570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.23%

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

R = 48.65%
G = 26.23%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D97570 (or 0xD97570) is known color: Geraldine. HEX triplet: D9, 75 and 70. RGB value is (217,117,112). Sum of RGB (Red+Green+Blue) = 217+117+112=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D97570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97570 is #268A8F. Grayscale: #929292. Windows color (decimal): -2525840 or 7370201. OLE color: 7370201.

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

Color convert

RGB 217 117 112 -
CMYK 0 0.46 0.48 0.15
HSL 2.86º 0.58% 0.65% -
HSV(B) 2.86º 0.48% 0.85% -
XYZ 37.9 28.64 18.86 -
YUV 146.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 217 117 112 0 0.46 0.48 0.15 2.86 0.58 0.65
Hex D9 75 70 0 2E 30 F 3 3A 41
Octal 331 165 160 0 56 60 17 3 72 101
Binary 11011001 1110101 1110000 0 101110 110000 1111 11 111010 1000001

Color Harmonies of #D97570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97570

Black with #D97570

Text Example


Text Example

White with #D97570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97570; }

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

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

background-color css

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

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

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

border-color css

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

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

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