Html Css Color HEX #DA7471 Geraldine

📋 copy color: '#DA7471'

red 218 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #DA7471

Tints of Geraldine #DA7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.95%

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

R = 48.77%
G = 25.95%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7471 (or 0xDA7471) is known color: Geraldine. HEX triplet: DA, 74 and 71. RGB value is (218,116,113). Sum of RGB (Red+Green+Blue) = 218+116+113=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7471 is #258B8E. Grayscale: #929292. Windows color (decimal): -2460559 or 7435482. OLE color: 7435482.

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

Color convert

RGB 218 116 113 -
CMYK 0 0.47 0.48 0.15
HSL 1.71º 0.59% 0.65% -
HSV(B) 1.71º 0.48% 0.85% -
XYZ 38.14 28.59 19.13 -
YUV 146.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 218 116 113 0 0.47 0.48 0.15 1.71 0.59 0.65
Hex DA 74 71 0 2F 30 F 2 3B 41
Octal 332 164 161 0 57 60 17 2 73 101
Binary 11011010 1110100 1110001 0 101111 110000 1111 10 111011 1000001

Color Harmonies of #DA7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7471

Black with #DA7471

Text Example


Text Example

White with #DA7471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7471; }

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

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

background-color css

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

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

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

border-color css

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

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

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