Html Css Color HEX #D97474 Geraldine

📋 copy color: '#D97474'

red 217 ◦ green 116 ◦ blue 116

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

Shades of Geraldine #D97474

Tints of Geraldine #D97474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 48.33%
G = 25.84%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D97474 (or 0xD97474) is known color: Geraldine. HEX triplet: D9, 74 and 74. RGB value is (217,116,116). Sum of RGB (Red+Green+Blue) = 217+116+116=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D97474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97474 is #268B8B. Grayscale: #929292. Windows color (decimal): -2526092 or 7632089. OLE color: 7632089.

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

Color convert

RGB 217 116 116 -
CMYK 0 0.47 0.47 0.15
HSL 0.57% 0.65% -
HSV(B) 0.47% 0.85% -
XYZ 38.01 28.5 20.02 -
YUV 146.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 217 116 116 0 0.47 0.47 0.15 0 0.57 0.65
Hex D9 74 74 0 2F 2F F 0 39 41
Octal 331 164 164 0 57 57 17 0 71 101
Binary 11011001 1110100 1110100 0 101111 101111 1111 0 111001 1000001

Color Harmonies of #D97474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97474

Black with #D97474

Text Example


Text Example

White with #D97474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97474; }

 p { color: rgb(217,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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