Html Css Color HEX #DE7A73 Geraldine

📋 copy color: '#DE7A73'

red 222 ◦ green 122 ◦ blue 115

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

Shades of Geraldine #DE7A73

Tints of Geraldine #DE7A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.58%

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

R = 48.37%
G = 26.58%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE7A73 (or 0xDE7A73) is known color: Geraldine. HEX triplet: DE, 7A and 73. RGB value is (222,122,115). Sum of RGB (Red+Green+Blue) = 222+122+115=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A73 is #21858C. Grayscale: #979797. Windows color (decimal): -2196877 or 7568094. OLE color: 7568094.

HSL color Cylindrical-coordinate representation of color #DE7A73: hue angle of 3.93º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7A73 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 122 115 -
CMYK 0 0.45 0.48 0.13
HSL 3.93º 0.62% 0.66% -
HSV(B) 3.93º 0.48% 0.87% -
XYZ 40.18 30.69 20.03 -
YUV 151.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 222 122 115 0 0.45 0.48 0.13 3.93 0.62 0.66
Hex DE 7A 73 0 2D 30 D 4 3E 42
Octal 336 172 163 0 55 60 15 4 76 102
Binary 11011110 1111010 1110011 0 101101 110000 1101 100 111110 1000010

Color Harmonies of #DE7A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7A73

Black with #DE7A73

Text Example


Text Example

White with #DE7A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7A73; }

 p { color: rgb(222,122,115); }

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

background-color css

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

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

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

border-color css

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

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

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