Html Css Color HEX #DE7978 Geraldine

📋 copy color: '#DE7978'

red 222 ◦ green 121 ◦ blue 120

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

Shades of Geraldine #DE7978

Tints of Geraldine #DE7978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 47.95%
G = 26.13%
B = 25.92%

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

#DE7978 (or 0xDE7978) is known color: Geraldine. HEX triplet: DE, 79 and 78. RGB value is (222,121,120). Sum of RGB (Red+Green+Blue) = 222+121+120=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7978 is #218687. Grayscale: #979797. Windows color (decimal): -2197128 or 7895518. OLE color: 7895518.

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

Color convert

RGB 222 121 120 -
CMYK 0 0.45 0.46 0.13
HSL 0.59º 0.61% 0.67% -
HSV(B) 0.59º 0.46% 0.87% -
XYZ 40.35 30.56 21.54 -
YUV 151.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 222 121 120 0 0.45 0.46 0.13 0.59 0.61 0.67
Hex DE 79 78 0 2D 2E D 1 3D 43
Octal 336 171 170 0 55 56 15 1 75 103
Binary 11011110 1111001 1111000 0 101101 101110 1101 1 111101 1000011

Color Harmonies of #DE7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7978

Black with #DE7978

Text Example


Text Example

White with #DE7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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