Html Css Color HEX #DF7470 Geraldine

📋 copy color: '#DF7470'

red 223 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #DF7470

Tints of Geraldine #DF7470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 49.45%
G = 25.72%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF7470 (or 0xDF7470) is known color: Geraldine. HEX triplet: DF, 74 and 70. RGB value is (223,116,112). Sum of RGB (Red+Green+Blue) = 223+116+112=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7470 is #208B8F. Grayscale: #939393. Windows color (decimal): -2132880 or 7369951. OLE color: 7369951.

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

Color convert

RGB 223 116 112 -
CMYK 0 0.48 0.50 0.13
HSL 2.16º 0.63% 0.66% -
HSV(B) 2.16º 0.5% 0.87% -
XYZ 39.6 29.35 18.91 -
YUV 147.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 223 116 112 0 0.48 0.50 0.13 2.16 0.63 0.66
Hex DF 74 70 0 30 32 D 2 3F 42
Octal 337 164 160 0 60 62 15 2 77 102
Binary 11011111 1110100 1110000 0 110000 110010 1101 10 111111 1000010

Color Harmonies of #DF7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7470

Black with #DF7470

Text Example


Text Example

White with #DF7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7470; }

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

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

background-color css

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

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

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

border-color css

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

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

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