Html Css Color HEX #DA6E6D Geraldine

📋 copy color: '#DA6E6D'

red 218 ◦ green 110 ◦ blue 109

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

Shades of Geraldine #DA6E6D

Tints of Geraldine #DA6E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.17%

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 49.89%
G = 25.17%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA6E6D (or 0xDA6E6D) is known color: Geraldine. HEX triplet: DA, 6E and 6D. RGB value is (218,110,109). Sum of RGB (Red+Green+Blue) = 218+110+109=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E6D is #259192. Grayscale: #8E8E8E. Windows color (decimal): -2462099 or 7171802. OLE color: 7171802.

HSL color Cylindrical-coordinate representation of color #DA6E6D: hue angle of 0.55º degrees, saturation: 0.6, 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 #DA6E6D is Cyan = 0, Magento = 0.50, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 109 -
CMYK 0 0.50 0.5 0.15
HSL 0.55º 0.6% 0.64% -
HSV(B) 0.55º 0.5% 0.85% -
XYZ 37.25 27.16 17.75 -
YUV 142.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 218 110 109 0 0.50 0.5 0.15 0.55 0.6 0.64
Hex DA 6E 6D 0 32 32 F 1 3C 40
Octal 332 156 155 0 62 62 17 1 74 100
Binary 11011010 1101110 1101101 0 110010 110010 1111 1 111100 1000000

Color Harmonies of #DA6E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E6D

Black with #DA6E6D

Text Example


Text Example

White with #DA6E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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