Html Css Color HEX #DE746E Geraldine

📋 copy color: '#DE746E'

red 222 ◦ green 116 ◦ blue 110

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

Shades of Geraldine #DE746E

Tints of Geraldine #DE746E

RGB

 RED value IS 222 (87.11% from 255) = 49.55%

 GREEN value IS 116 (45.7% from 255) = 25.89%

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

R = 49.55%
G = 25.89%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE746E (or 0xDE746E) is known color: Geraldine. HEX triplet: DE, 74 and 6E. RGB value is (222,116,110). Sum of RGB (Red+Green+Blue) = 222+116+110=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE746E is #218B91. Grayscale: #939393. Windows color (decimal): -2198418 or 7238878. OLE color: 7238878.

HSL color Cylindrical-coordinate representation of color #DE746E: hue angle of 3.21º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE746E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 116 110 -
CMYK 0 0.48 0.50 0.13
HSL 3.21º 0.63% 0.65% -
HSV(B) 3.21º 0.5% 0.87% -
XYZ 39.18 29.15 18.31 -
YUV 147.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 222 116 110 0 0.48 0.50 0.13 3.21 0.63 0.65
Hex DE 74 6E 0 30 32 D 3 3F 41
Octal 336 164 156 0 60 62 15 3 77 101
Binary 11011110 1110100 1101110 0 110000 110010 1101 11 111111 1000001

Color Harmonies of #DE746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE746E

Black with #DE746E

Text Example


Text Example

White with #DE746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE746E; }

 p { color: rgb(222,116,110); }

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

background-color css

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

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

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

border-color css

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

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

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