#DC7271

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

Shades of Geraldine #DC7271

Tints of Geraldine #DC7271

Color information

#DC7271 (or 0xDC7271) is unknown color: approx Geraldine. HEX triplet: DC, 72 and 71. RGB value is (220,114,113). Sum of RGB (Red+Green+Blue) = 220+114+113=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7271 is #238D8E. Grayscale: #919191. Windows color (decimal): -2329999 or 7434972. OLE color: 7434972.

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

Color convert

RGB220114113-
CMYK00.480.490.14
HSL0.56º60.45%65.29%-
HSV(B)0.56º48.64%86.27%-
XYZ38.5128.4419.08-
YUV145.58109.62181.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=49.22%
G=25.50%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011411300.480.490.140.5660.4565.29
HexDC727103031E13c41
Octal3341621610606116174101
Binary11011100111001011100010110000110001111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7271; }

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

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

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

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

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

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

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

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