Html Css Color HEX #DD7A76 Geraldine

📋 copy color: '#DD7A76'

red 221 ◦ green 122 ◦ blue 118

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

Shades of Geraldine #DD7A76

Tints of Geraldine #DD7A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 47.94%
G = 26.46%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7A76 (or 0xDD7A76) is known color: Geraldine. HEX triplet: DD, 7A and 76. RGB value is (221,122,118). Sum of RGB (Red+Green+Blue) = 221+122+118=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A76 is #228589. Grayscale: #979797. Windows color (decimal): -2262410 or 7764701. OLE color: 7764701.

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

Color convert

RGB 221 122 118 -
CMYK 0 0.45 0.47 0.13
HSL 2.33º 0.6% 0.66% -
HSV(B) 2.33º 0.47% 0.87% -
XYZ 40.05 30.6 20.94 -
YUV 151.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 221 122 118 0 0.45 0.47 0.13 2.33 0.6 0.66
Hex DD 7A 76 0 2D 2F D 2 3C 42
Octal 335 172 166 0 55 57 15 2 74 102
Binary 11011101 1111010 1110110 0 101101 101111 1101 10 111100 1000010

Color Harmonies of #DD7A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A76

Black with #DD7A76

Text Example


Text Example

White with #DD7A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A76; }

 p { color: rgb(221,122,118); }

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

background-color css

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

 a { background-color: rgb(221,122,118); }

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

border-color css

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

 span { border-color: rgb(221,122,118); }

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