Html Css Color HEX #DA7170 Geraldine

📋 copy color: '#DA7170'

red 218 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #DA7170

Tints of Geraldine #DA7170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.28%

R = 49.21%
G = 25.51%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA7170 (or 0xDA7170) is known color: Geraldine. HEX triplet: DA, 71 and 70. RGB value is (218,113,112). Sum of RGB (Red+Green+Blue) = 218+113+112=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7170 is #258E8F. Grayscale: #909090. Windows color (decimal): -2461328 or 7369178. OLE color: 7369178.

HSL color Cylindrical-coordinate representation of color #DA7170: 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.49%. Process color model (Four color, CMYK) of #DA7170 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 112 -
CMYK 0 0.48 0.49 0.15
HSL 0.57º 0.59% 0.65% -
HSV(B) 0.57º 0.49% 0.85% -
XYZ 37.74 27.89 18.72 -
YUV 144.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 218 113 112 0 0.48 0.49 0.15 0.57 0.59 0.65
Hex DA 71 70 0 30 31 F 1 3B 41
Octal 332 161 160 0 60 61 17 1 73 101
Binary 11011010 1110001 1110000 0 110000 110001 1111 1 111011 1000001

Color Harmonies of #DA7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7170

Black with #DA7170

Text Example


Text Example

White with #DA7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7170; }

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

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

background-color css

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

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

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

border-color css

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

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

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