Html Css Color HEX #DA7271 Geraldine

📋 copy color: '#DA7271'

red 218 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #DA7271

Tints of Geraldine #DA7271

RGB

 RED value IS 218 (85.55% from 255) = 48.99%

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

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

R = 48.99%
G = 25.62%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7271 (or 0xDA7271) is known color: Geraldine. HEX triplet: DA, 72 and 71. RGB value is (218,114,113). Sum of RGB (Red+Green+Blue) = 218+114+113=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7271 is #258D8E. Grayscale: #919191. Windows color (decimal): -2461071 or 7434970. OLE color: 7434970.

HSL color Cylindrical-coordinate representation of color #DA7271: hue angle of 0.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7271 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 113 -
CMYK 0 0.48 0.48 0.15
HSL 0.57º 0.59% 0.65% -
HSV(B) 0.57º 0.48% 0.85% -
XYZ 37.91 28.13 19.05 -
YUV 144.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 218 114 113 0 0.48 0.48 0.15 0.57 0.59 0.65
Hex DA 72 71 0 30 30 F 1 3B 41
Octal 332 162 161 0 60 60 17 1 73 101
Binary 11011010 1110010 1110001 0 110000 110000 1111 1 111011 1000001

Color Harmonies of #DA7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7271

Black with #DA7271

Text Example


Text Example

White with #DA7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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