Html Css Color HEX #DF7A72 Geraldine

📋 copy color: '#DF7A72'

red 223 ◦ green 122 ◦ blue 114

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

Shades of Geraldine #DF7A72

Tints of Geraldine #DF7A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.58%

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

R = 48.58%
G = 26.58%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7A72 (or 0xDF7A72) is known color: Geraldine. HEX triplet: DF, 7A and 72. RGB value is (223,122,114). Sum of RGB (Red+Green+Blue) = 223+122+114=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A72 is #20858D. Grayscale: #979797. Windows color (decimal): -2131342 or 7502559. OLE color: 7502559.

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

Color convert

RGB 223 122 114 -
CMYK 0 0.45 0.49 0.13
HSL 4.4º 0.63% 0.66% -
HSV(B) 4.4º 0.49% 0.87% -
XYZ 40.43 30.82 19.74 -
YUV 151.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 223 122 114 0 0.45 0.49 0.13 4.4 0.63 0.66
Hex DF 7A 72 0 2D 31 D 4 3F 42
Octal 337 172 162 0 55 61 15 4 77 102
Binary 11011111 1111010 1110010 0 101101 110001 1101 100 111111 1000010

Color Harmonies of #DF7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A72

Black with #DF7A72

Text Example


Text Example

White with #DF7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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