Html Css Color HEX #DE7977 Geraldine

📋 copy color: '#DE7977'

red 222 ◦ green 121 ◦ blue 119

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

Shades of Geraldine #DE7977

Tints of Geraldine #DE7977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

 BLUE value IS 119 (46.88% from 255) = 25.76%

R = 48.05%
G = 26.19%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE7977 (or 0xDE7977) is known color: Geraldine. HEX triplet: DE, 79 and 77. RGB value is (222,121,119). Sum of RGB (Red+Green+Blue) = 222+121+119=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7977 is #218688. Grayscale: #979797. Windows color (decimal): -2197129 or 7829982. OLE color: 7829982.

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

Color convert

RGB 222 121 119 -
CMYK 0 0.45 0.46 0.13
HSL 1.17º 0.61% 0.67% -
HSV(B) 1.17º 0.46% 0.87% -
XYZ 40.29 30.54 21.22 -
YUV 150.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 222 121 119 0 0.45 0.46 0.13 1.17 0.61 0.67
Hex DE 79 77 0 2D 2E D 1 3D 43
Octal 336 171 167 0 55 56 15 1 75 103
Binary 11011110 1111001 1110111 0 101101 101110 1101 1 111101 1000011

Color Harmonies of #DE7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7977

Black with #DE7977

Text Example


Text Example

White with #DE7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7977; }

 p { color: rgb(222,121,119); }

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

background-color css

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

 a { background-color: rgb(222,121,119); }

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

border-color css

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

 span { border-color: rgb(222,121,119); }

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