Html Css Color HEX #DA7171 Geraldine

📋 copy color: '#DA7171'

red 218 ◦ green 113 ◦ blue 113

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

Shades of Geraldine #DA7171

Tints of Geraldine #DA7171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

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

R = 49.1%
G = 25.45%
B = 25.45%

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

#DA7171 (or 0xDA7171) is known color: Geraldine. HEX triplet: DA, 71 and 71. RGB value is (218,113,113). Sum of RGB (Red+Green+Blue) = 218+113+113=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7171 is #258E8E. Grayscale: #909090. Windows color (decimal): -2461327 or 7434714. OLE color: 7434714.

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

Color convert

RGB 218 113 113 -
CMYK 0 0.48 0.48 0.15
HSL 0.59% 0.65% -
HSV(B) 0.48% 0.85% -
XYZ 37.8 27.91 19.02 -
YUV 144.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 218 113 113 0 0.48 0.48 0.15 0 0.59 0.65
Hex DA 71 71 0 30 30 F 0 3B 41
Octal 332 161 161 0 60 60 17 0 73 101
Binary 11011010 1110001 1110001 0 110000 110000 1111 0 111011 1000001

Color Harmonies of #DA7171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7171

Black with #DA7171

Text Example


Text Example

White with #DA7171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7171; }

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

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

background-color css

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

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

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

border-color css

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

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

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