Html Css Color HEX #DE7777 Geraldine

📋 copy color: '#DE7777'

red 222 ◦ green 119 ◦ blue 119

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

Shades of Geraldine #DE7777

Tints of Geraldine #DE7777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.87%

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

R = 48.26%
G = 25.87%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE7777 (or 0xDE7777) is known color: Geraldine. HEX triplet: DE, 77 and 77. RGB value is (222,119,119). Sum of RGB (Red+Green+Blue) = 222+119+119=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7777 is #218888. Grayscale: #959595. Windows color (decimal): -2197641 or 7829470. OLE color: 7829470.

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

Color convert

RGB 222 119 119 -
CMYK 0 0.46 0.46 0.13
HSL 0.61% 0.67% -
HSV(B) 0.46% 0.87% -
XYZ 40.05 30.06 21.14 -
YUV 149.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 222 119 119 0 0.46 0.46 0.13 0 0.61 0.67
Hex DE 77 77 0 2E 2E D 0 3D 43
Octal 336 167 167 0 56 56 15 0 75 103
Binary 11011110 1110111 1110111 0 101110 101110 1101 0 111101 1000011

Color Harmonies of #DE7777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7777

Black with #DE7777

Text Example


Text Example

White with #DE7777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7777; }

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

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

background-color css

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

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

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

border-color css

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

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

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