Html Css Color HEX #DF7979 Geraldine

📋 copy color: '#DF7979'

red 223 ◦ green 121 ◦ blue 121

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

Shades of Geraldine #DF7979

Tints of Geraldine #DF7979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

 BLUE value IS 121 (47.66% from 255) = 26.02%

R = 47.96%
G = 26.02%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF7979 (or 0xDF7979) is known color: Geraldine. HEX triplet: DF, 79 and 79. RGB value is (223,121,121). Sum of RGB (Red+Green+Blue) = 223+121+121=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7979 is #208686. Grayscale: #979797. Windows color (decimal): -2131591 or 7961055. OLE color: 7961055.

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

Color convert

RGB 223 121 121 -
CMYK 0 0.46 0.46 0.13
HSL 0.61% 0.67% -
HSV(B) 0.46% 0.87% -
XYZ 40.72 30.74 21.88 -
YUV 151.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 223 121 121 0 0.46 0.46 0.13 0 0.61 0.67
Hex DF 79 79 0 2E 2E D 0 3D 43
Octal 337 171 171 0 56 56 15 0 75 103
Binary 11011111 1111001 1111001 0 101110 101110 1101 0 111101 1000011

Color Harmonies of #DF7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7979

Black with #DF7979

Text Example


Text Example

White with #DF7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7979; }

 p { color: rgb(223,121,121); }

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

background-color css

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

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

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

border-color css

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

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

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