Html Css Color HEX #DF7271 Geraldine

📋 copy color: '#DF7271'

red 223 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #DF7271

Tints of Geraldine #DF7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.33%

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 49.56%
G = 25.33%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7271 (or 0xDF7271) is known color: Geraldine. HEX triplet: DF, 72 and 71. RGB value is (223,114,113). Sum of RGB (Red+Green+Blue) = 223+114+113=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7271 is #208D8E. Grayscale: #929292. Windows color (decimal): -2133391 or 7434975. OLE color: 7434975.

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

Color convert

RGB 223 114 113 -
CMYK 0 0.49 0.49 0.13
HSL 0.55º 0.63% 0.66% -
HSV(B) 0.55º 0.49% 0.87% -
XYZ 39.43 28.91 19.13 -
YUV 146.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 223 114 113 0 0.49 0.49 0.13 0.55 0.63 0.66
Hex DF 72 71 0 31 31 D 1 3F 42
Octal 337 162 161 0 61 61 15 1 77 102
Binary 11011111 1110010 1110001 0 110001 110001 1101 1 111111 1000010

Color Harmonies of #DF7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7271

Black with #DF7271

Text Example


Text Example

White with #DF7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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