Html Css Color HEX #DF7A74 Geraldine

📋 copy color: '#DF7A74'

red 223 ◦ green 122 ◦ blue 116

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

Shades of Geraldine #DF7A74

Tints of Geraldine #DF7A74

RGB

 RED value IS 223 (87.5% from 255) = 48.37%

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

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

R = 48.37%
G = 26.46%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7A74 (or 0xDF7A74) is known color: Geraldine. HEX triplet: DF, 7A and 74. RGB value is (223,122,116). Sum of RGB (Red+Green+Blue) = 223+122+116=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A74 is #20858B. Grayscale: #979797. Windows color (decimal): -2131340 or 7633631. OLE color: 7633631.

HSL color Cylindrical-coordinate representation of color #DF7A74: hue angle of 3.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7A74 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 122 116 -
CMYK 0 0.45 0.48 0.13
HSL 3.36º 0.63% 0.66% -
HSV(B) 3.36º 0.48% 0.87% -
XYZ 40.54 30.87 20.34 -
YUV 151.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 223 122 116 0 0.45 0.48 0.13 3.36 0.63 0.66
Hex DF 7A 74 0 2D 30 D 3 3F 42
Octal 337 172 164 0 55 60 15 3 77 102
Binary 11011111 1111010 1110100 0 101101 110000 1101 11 111111 1000010

Color Harmonies of #DF7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A74

Black with #DF7A74

Text Example


Text Example

White with #DF7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A74; }

 p { color: rgb(223,122,116); }

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

background-color css

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

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

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

border-color css

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

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

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