Html Css Color HEX #DA716E Geraldine

📋 copy color: '#DA716E'

red 218 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #DA716E

Tints of Geraldine #DA716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.62%

 BLUE value IS 110 (43.36% from 255) = 24.94%

R = 49.43%
G = 25.62%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA716E (or 0xDA716E) is known color: Geraldine. HEX triplet: DA, 71 and 6E. RGB value is (218,113,110). Sum of RGB (Red+Green+Blue) = 218+113+110=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA716E is #258E91. Grayscale: #909090. Windows color (decimal): -2461330 or 7238106. OLE color: 7238106.

HSL color Cylindrical-coordinate representation of color #DA716E: hue angle of 1.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA716E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 110 -
CMYK 0 0.48 0.50 0.15
HSL 1.67º 0.59% 0.64% -
HSV(B) 1.67º 0.5% 0.85% -
XYZ 37.63 27.84 18.14 -
YUV 144.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 218 113 110 0 0.48 0.50 0.15 1.67 0.59 0.64
Hex DA 71 6E 0 30 32 F 2 3B 40
Octal 332 161 156 0 60 62 17 2 73 100
Binary 11011010 1110001 1101110 0 110000 110010 1111 10 111011 1000000

Color Harmonies of #DA716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA716E

Black with #DA716E

Text Example


Text Example

White with #DA716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA716E; }

 p { color: rgb(218,113,110); }

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

background-color css

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

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

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

border-color css

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

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

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