Html Css Color HEX #DA7472 Geraldine

📋 copy color: '#DA7472'

red 218 ◦ green 116 ◦ blue 114

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

Shades of Geraldine #DA7472

Tints of Geraldine #DA7472

RGB

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

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

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

R = 48.66%
G = 25.89%
B = 25.45%

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

#DA7472 (or 0xDA7472) is known color: Geraldine. HEX triplet: DA, 74 and 72. RGB value is (218,116,114). Sum of RGB (Red+Green+Blue) = 218+116+114=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7472 is #258B8D. Grayscale: #929292. Windows color (decimal): -2460558 or 7501018. OLE color: 7501018.

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

Color convert

RGB 218 116 114 -
CMYK 0 0.47 0.48 0.15
HSL 1.15º 0.58% 0.65% -
HSV(B) 1.15º 0.48% 0.85% -
XYZ 38.2 28.61 19.43 -
YUV 146.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 218 116 114 0 0.47 0.48 0.15 1.15 0.58 0.65
Hex DA 74 72 0 2F 30 F 1 3A 41
Octal 332 164 162 0 57 60 17 1 72 101
Binary 11011010 1110100 1110010 0 101111 110000 1111 1 111010 1000001

Color Harmonies of #DA7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7472

Black with #DA7472

Text Example


Text Example

White with #DA7472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7472; }

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

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

background-color css

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

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

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

border-color css

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

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

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