Html Css Color HEX #DF7574 Geraldine

📋 copy color: '#DF7574'

red 223 ◦ green 117 ◦ blue 116

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

Shades of Geraldine #DF7574

Tints of Geraldine #DF7574

RGB

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

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

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

R = 48.9%
G = 25.66%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7574 (or 0xDF7574) is known color: Geraldine. HEX triplet: DF, 75 and 74. RGB value is (223,117,116). Sum of RGB (Red+Green+Blue) = 223+117+116=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7574 is #208A8B. Grayscale: #949494. Windows color (decimal): -2132620 or 7632351. OLE color: 7632351.

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

Color convert

RGB 223 117 116 -
CMYK 0 0.48 0.48 0.13
HSL 0.56º 0.63% 0.66% -
HSV(B) 0.56º 0.48% 0.87% -
XYZ 39.95 29.67 20.14 -
YUV 148.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 223 117 116 0 0.48 0.48 0.13 0.56 0.63 0.66
Hex DF 75 74 0 30 30 D 1 3F 42
Octal 337 165 164 0 60 60 15 1 77 102
Binary 11011111 1110101 1110100 0 110000 110000 1101 1 111111 1000010

Color Harmonies of #DF7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7574

Black with #DF7574

Text Example


Text Example

White with #DF7574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7574; }

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

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

background-color css

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

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

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

border-color css

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

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

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