Html Css Color HEX #DF7A71 Geraldine

📋 copy color: '#DF7A71'

red 223 ◦ green 122 ◦ blue 113

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

Shades of Geraldine #DF7A71

Tints of Geraldine #DF7A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 48.69%
G = 26.64%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7A71 (or 0xDF7A71) is known color: Geraldine. HEX triplet: DF, 7A and 71. RGB value is (223,122,113). Sum of RGB (Red+Green+Blue) = 223+122+113=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A71 is #20858E. Grayscale: #979797. Windows color (decimal): -2131343 or 7437023. OLE color: 7437023.

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

Color convert

RGB 223 122 113 -
CMYK 0 0.45 0.49 0.13
HSL 4.91º 0.63% 0.66% -
HSV(B) 4.91º 0.49% 0.87% -
XYZ 40.37 30.8 19.44 -
YUV 151.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 223 122 113 0 0.45 0.49 0.13 4.91 0.63 0.66
Hex DF 7A 71 0 2D 31 D 5 3F 42
Octal 337 172 161 0 55 61 15 5 77 102
Binary 11011111 1111010 1110001 0 101101 110001 1101 101 111111 1000010

Color Harmonies of #DF7A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A71

Black with #DF7A71

Text Example


Text Example

White with #DF7A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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