Html Css Color HEX #DA7572 Geraldine

📋 copy color: '#DA7572'

red 218 ◦ green 117 ◦ blue 114

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

Shades of Geraldine #DA7572

Tints of Geraldine #DA7572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 48.55%
G = 26.06%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7572 (or 0xDA7572) is known color: Geraldine. HEX triplet: DA, 75 and 72. RGB value is (218,117,114). Sum of RGB (Red+Green+Blue) = 218+117+114=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7572 is #258A8D. Grayscale: #929292. Windows color (decimal): -2460302 or 7501274. OLE color: 7501274.

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

Color convert

RGB 218 117 114 -
CMYK 0 0.46 0.48 0.15
HSL 1.73º 0.58% 0.65% -
HSV(B) 1.73º 0.48% 0.85% -
XYZ 38.31 28.84 19.47 -
YUV 146.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 218 117 114 0 0.46 0.48 0.15 1.73 0.58 0.65
Hex DA 75 72 0 2E 30 F 2 3A 41
Octal 332 165 162 0 56 60 17 2 72 101
Binary 11011010 1110101 1110010 0 101110 110000 1111 10 111010 1000001

Color Harmonies of #DA7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7572

Black with #DA7572

Text Example


Text Example

White with #DA7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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