Html Css Color HEX #DF7170 Geraldine

📋 copy color: '#DF7170'

red 223 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #DF7170

Tints of Geraldine #DF7170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 49.78%
G = 25.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF7170 (or 0xDF7170) is known color: Geraldine. HEX triplet: DF, 71 and 70. RGB value is (223,113,112). Sum of RGB (Red+Green+Blue) = 223+113+112=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7170 is #208E8F. Grayscale: #919191. Windows color (decimal): -2133648 or 7369183. OLE color: 7369183.

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

Color convert

RGB 223 113 112 -
CMYK 0 0.49 0.50 0.13
HSL 0.54º 0.63% 0.66% -
HSV(B) 0.54º 0.5% 0.87% -
XYZ 39.26 28.67 18.79 -
YUV 145.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 223 113 112 0 0.49 0.50 0.13 0.54 0.63 0.66
Hex DF 71 70 0 31 32 D 1 3F 42
Octal 337 161 160 0 61 62 15 1 77 102
Binary 11011111 1110001 1110000 0 110001 110010 1101 1 111111 1000010

Color Harmonies of #DF7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7170

Black with #DF7170

Text Example


Text Example

White with #DF7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7170; }

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

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

background-color css

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

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

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

border-color css

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

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

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