Html Css Color HEX #DF7573 Geraldine

📋 copy color: '#DF7573'

red 223 ◦ green 117 ◦ blue 115

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

Shades of Geraldine #DF7573

Tints of Geraldine #DF7573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 49.01%
G = 25.71%
B = 25.27%

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

#DF7573 (or 0xDF7573) is known color: Geraldine. HEX triplet: DF, 75 and 73. RGB value is (223,117,115). Sum of RGB (Red+Green+Blue) = 223+117+115=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7573 is #208A8C. Grayscale: #949494. Windows color (decimal): -2132621 or 7566815. OLE color: 7566815.

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

Color convert

RGB 223 117 115 -
CMYK 0 0.48 0.48 0.13
HSL 1.11º 0.63% 0.66% -
HSV(B) 1.11º 0.48% 0.87% -
XYZ 39.89 29.65 19.84 -
YUV 148.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 223 117 115 0 0.48 0.48 0.13 1.11 0.63 0.66
Hex DF 75 73 0 30 30 D 1 3F 42
Octal 337 165 163 0 60 60 15 1 77 102
Binary 11011111 1110101 1110011 0 110000 110000 1101 1 111111 1000010

Color Harmonies of #DF7573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7573

Black with #DF7573

Text Example


Text Example

White with #DF7573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7573; }

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

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

background-color css

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

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

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

border-color css

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

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

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