Html Css Color HEX #DA6E6E Geraldine

📋 copy color: '#DA6E6E'

red 218 ◦ green 110 ◦ blue 110

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

Shades of Geraldine #DA6E6E

Tints of Geraldine #DA6E6E

RGB

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

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

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

R = 49.77%
G = 25.11%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA6E6E (or 0xDA6E6E) is known color: Geraldine. HEX triplet: DA, 6E and 6E. RGB value is (218,110,110). Sum of RGB (Red+Green+Blue) = 218+110+110=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E6E is #259191. Grayscale: #8E8E8E. Windows color (decimal): -2462098 or 7237338. OLE color: 7237338.

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

Color convert

RGB 218 110 110 -
CMYK 0 0.50 0.50 0.15
HSL 0.59% 0.64% -
HSV(B) 0.5% 0.85% -
XYZ 37.3 27.18 18.03 -
YUV 142.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 218 110 110 0 0.50 0.50 0.15 0 0.59 0.64
Hex DA 6E 6E 0 32 32 F 0 3B 40
Octal 332 156 156 0 62 62 17 0 73 100
Binary 11011010 1101110 1101110 0 110010 110010 1111 0 111011 1000000

Color Harmonies of #DA6E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E6E

Black with #DA6E6E

Text Example


Text Example

White with #DA6E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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