Html Css Color HEX #DA7574 Geraldine

📋 copy color: '#DA7574'

red 218 ◦ green 117 ◦ blue 116

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

Shades of Geraldine #DA7574

Tints of Geraldine #DA7574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.94%

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 48.34%
G = 25.94%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA7574 (or 0xDA7574) is known color: Geraldine. HEX triplet: DA, 75 and 74. RGB value is (218,117,116). Sum of RGB (Red+Green+Blue) = 218+117+116=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7574 is #258A8B. Grayscale: #939393. Windows color (decimal): -2460300 or 7632346. OLE color: 7632346.

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

Color convert

RGB 218 117 116 -
CMYK 0 0.46 0.47 0.15
HSL 0.59º 0.58% 0.65% -
HSV(B) 0.59º 0.47% 0.85% -
XYZ 38.43 28.89 20.07 -
YUV 147.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 218 117 116 0 0.46 0.47 0.15 0.59 0.58 0.65
Hex DA 75 74 0 2E 2F F 1 3A 41
Octal 332 165 164 0 56 57 17 1 72 101
Binary 11011010 1110101 1110100 0 101110 101111 1111 1 111010 1000001

Color Harmonies of #DA7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7574

Black with #DA7574

Text Example


Text Example

White with #DA7574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7574; }

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

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

background-color css

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

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

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

border-color css

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

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

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