Html Css Color HEX #DD7977 Geraldine

📋 copy color: '#DD7977'

red 221 ◦ green 121 ◦ blue 119

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

Shades of Geraldine #DD7977

Tints of Geraldine #DD7977

RGB

 RED value IS 221 (86.72% from 255) = 47.94%

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

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

R = 47.94%
G = 26.25%
B = 25.81%

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

#DD7977 (or 0xDD7977) is known color: Geraldine. HEX triplet: DD, 79 and 77. RGB value is (221,121,119). Sum of RGB (Red+Green+Blue) = 221+121+119=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7977 is #228688. Grayscale: #969696. Windows color (decimal): -2262665 or 7829981. OLE color: 7829981.

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

Color convert

RGB 221 121 119 -
CMYK 0 0.45 0.46 0.13
HSL 1.18º 0.6% 0.67% -
HSV(B) 1.18º 0.46% 0.87% -
XYZ 39.99 30.38 21.21 -
YUV 150.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 221 121 119 0 0.45 0.46 0.13 1.18 0.6 0.67
Hex DD 79 77 0 2D 2E D 1 3C 43
Octal 335 171 167 0 55 56 15 1 74 103
Binary 11011101 1111001 1110111 0 101101 101110 1101 1 111100 1000011

Color Harmonies of #DD7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7977

Black with #DD7977

Text Example


Text Example

White with #DD7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7977; }

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

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

background-color css

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

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

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

border-color css

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

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

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