Html Css Color HEX #DA7873 Geraldine

📋 copy color: '#DA7873'

red 218 ◦ green 120 ◦ blue 115

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

Shades of Geraldine #DA7873

Tints of Geraldine #DA7873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.49%

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 48.12%
G = 26.49%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA7873 (or 0xDA7873) is known color: Geraldine. HEX triplet: DA, 78 and 73. RGB value is (218,120,115). Sum of RGB (Red+Green+Blue) = 218+120+115=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7873 is #25878C. Grayscale: #949494. Windows color (decimal): -2459533 or 7567578. OLE color: 7567578.

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

Color convert

RGB 218 120 115 -
CMYK 0 0.45 0.47 0.15
HSL 2.91º 0.58% 0.65% -
HSV(B) 2.91º 0.47% 0.85% -
XYZ 38.72 29.58 19.89 -
YUV 148.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 218 120 115 0 0.45 0.47 0.15 2.91 0.58 0.65
Hex DA 78 73 0 2D 2F F 3 3A 41
Octal 332 170 163 0 55 57 17 3 72 101
Binary 11011010 1111000 1110011 0 101101 101111 1111 11 111010 1000001

Color Harmonies of #DA7873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7873

Black with #DA7873

Text Example


Text Example

White with #DA7873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7873; }

 p { color: rgb(218,120,115); }

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

background-color css

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

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

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

border-color css

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

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

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