#DD7171

Color #DD7171 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #DD7171

Tints of Geraldine #DD7171

Color information

#DD7171 (or 0xDD7171) is unknown color: approx Geraldine. HEX triplet: DD, 71 and 71. RGB value is (221,113,113). Sum of RGB (Red+Green+Blue) = 221+113+113=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7171 is #228E8E. Grayscale: #919191. Windows color (decimal): -2264719 or 7434717. OLE color: 7434717.

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

Color convert

RGB221113113-
CMYK00.490.490.13
HSL61.36%65.49%-
HSV(B)48.87%86.67%-
XYZ38.728.3719.06-
YUV145.29109.78182-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=49.44%
G=25.28%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111311300.490.490.13061.3665.49
HexDD717103131D03d41
Octal3351611610616115075101
Binary11011101111000111100010110001110001110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7171; }

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

 H1.HeaderClassName
 {
   color: #DD7171;
 }
 .AnyTagClassName
 {
   color: #DD7171;
 }
</style>
background-color css

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

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

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

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

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

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