Html Css Color HEX #DA7373 Geraldine

📋 copy color: '#DA7373'

red 218 ◦ green 115 ◦ blue 115

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

Shades of Geraldine #DA7373

Tints of Geraldine #DA7373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.67%

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

R = 48.66%
G = 25.67%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA7373 (or 0xDA7373) is known color: Geraldine. HEX triplet: DA, 73 and 73. RGB value is (218,115,115). Sum of RGB (Red+Green+Blue) = 218+115+115=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7373 is #258C8C. Grayscale: #919191. Windows color (decimal): -2460813 or 7566298. OLE color: 7566298.

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

Color convert

RGB 218 115 115 -
CMYK 0 0.47 0.47 0.15
HSL 0.58% 0.65% -
HSV(B) 0.47% 0.85% -
XYZ 38.14 28.4 19.69 -
YUV 145.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 218 115 115 0 0.47 0.47 0.15 0 0.58 0.65
Hex DA 73 73 0 2F 2F F 0 3A 41
Octal 332 163 163 0 57 57 17 0 72 101
Binary 11011010 1110011 1110011 0 101111 101111 1111 0 111010 1000001

Color Harmonies of #DA7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7373

Black with #DA7373

Text Example


Text Example

White with #DA7373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7373; }

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

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

background-color css

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

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

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

border-color css

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

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

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