Html Css Color HEX #DD7772 Geraldine

📋 copy color: '#DD7772'

red 221 ◦ green 119 ◦ blue 114

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

Shades of Geraldine #DD7772

Tints of Geraldine #DD7772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.11%

R = 48.68%
G = 26.21%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7772 (or 0xDD7772) is known color: Geraldine. HEX triplet: DD, 77 and 72. RGB value is (221,119,114). Sum of RGB (Red+Green+Blue) = 221+119+114=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7772 is #22888D. Grayscale: #959595. Windows color (decimal): -2263182 or 7501789. OLE color: 7501789.

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

Color convert

RGB 221 119 114 -
CMYK 0 0.46 0.48 0.13
HSL 2.8º 0.61% 0.66% -
HSV(B) 2.8º 0.48% 0.87% -
XYZ 39.45 29.78 19.59 -
YUV 148.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 221 119 114 0 0.46 0.48 0.13 2.8 0.61 0.66
Hex DD 77 72 0 2E 30 D 3 3D 42
Octal 335 167 162 0 56 60 15 3 75 102
Binary 11011101 1110111 1110010 0 101110 110000 1101 11 111101 1000010

Color Harmonies of #DD7772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7772

Black with #DD7772

Text Example


Text Example

White with #DD7772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7772; }

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

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

background-color css

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

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

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

border-color css

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

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

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