Html Css Color HEX #DF7572 Geraldine

📋 copy color: '#DF7572'

red 223 ◦ green 117 ◦ blue 114

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

Shades of Geraldine #DF7572

Tints of Geraldine #DF7572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.11%

R = 49.12%
G = 25.77%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7572 (or 0xDF7572) is known color: Geraldine. HEX triplet: DF, 75 and 72. RGB value is (223,117,114). Sum of RGB (Red+Green+Blue) = 223+117+114=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7572 is #208A8D. Grayscale: #949494. Windows color (decimal): -2132622 or 7501279. OLE color: 7501279.

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

Color convert

RGB 223 117 114 -
CMYK 0 0.48 0.49 0.13
HSL 1.65º 0.63% 0.66% -
HSV(B) 1.65º 0.49% 0.87% -
XYZ 39.83 29.63 19.54 -
YUV 148.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 223 117 114 0 0.48 0.49 0.13 1.65 0.63 0.66
Hex DF 75 72 0 30 31 D 2 3F 42
Octal 337 165 162 0 60 61 15 2 77 102
Binary 11011111 1110101 1110010 0 110000 110001 1101 10 111111 1000010

Color Harmonies of #DF7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7572

Black with #DF7572

Text Example


Text Example

White with #DF7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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