#DD7271

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

Shades of Geraldine #DD7271

Tints of Geraldine #DD7271

Color information

#DD7271 (or 0xDD7271) is unknown color: approx Geraldine. HEX triplet: DD, 72 and 71. RGB value is (221,114,113). Sum of RGB (Red+Green+Blue) = 221+114+113=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7271 is #228D8E. Grayscale: #919191. Windows color (decimal): -2264463 or 7434973. OLE color: 7434973.

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

Color convert

RGB221114113-
CMYK00.480.490.13
HSL0.56º61.36%65.49%-
HSV(B)0.56º48.87%86.67%-
XYZ38.8228.619.1-
YUV145.88109.45181.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=49.33%
G=25.45%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111411300.480.490.130.5661.3665.49
HexDD727103031D13d41
Octal3351621610606115175101
Binary11011101111001011100010110000110001110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7271; }

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

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

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

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

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

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

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

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