Html Css Color HEX #DD7471 Geraldine

📋 copy color: '#DD7471'

red 221 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #DD7471

Tints of Geraldine #DD7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 49.11%
G = 25.78%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD7471 (or 0xDD7471) is known color: Geraldine. HEX triplet: DD, 74 and 71. RGB value is (221,116,113). Sum of RGB (Red+Green+Blue) = 221+116+113=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7471 is #228B8E. Grayscale: #939393. Windows color (decimal): -2263951 or 7435485. OLE color: 7435485.

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

Color convert

RGB 221 116 113 -
CMYK 0 0.48 0.49 0.13
HSL 1.67º 0.61% 0.65% -
HSV(B) 1.67º 0.49% 0.87% -
XYZ 39.04 29.06 19.17 -
YUV 147.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 221 116 113 0 0.48 0.49 0.13 1.67 0.61 0.65
Hex DD 74 71 0 30 31 D 2 3D 41
Octal 335 164 161 0 60 61 15 2 75 101
Binary 11011101 1110100 1110001 0 110000 110001 1101 10 111101 1000001

Color Harmonies of #DD7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7471

Black with #DD7471

Text Example


Text Example

White with #DD7471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7471; }

 p { color: rgb(221,116,113); }

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

background-color css

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

 a { background-color: rgb(221,116,113); }

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

border-color css

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

 span { border-color: rgb(221,116,113); }

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