#DC7470

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

Shades of Geraldine #DC7470

Tints of Geraldine #DC7470

Color information

#DC7470 (or 0xDC7470) is unknown color: approx Geraldine. HEX triplet: DC, 74 and 70. RGB value is (220,116,112). Sum of RGB (Red+Green+Blue) = 220+116+112=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7470 is #238B8F. Grayscale: #929292. Windows color (decimal): -2329488 or 7369948. OLE color: 7369948.

HSL color Cylindrical-coordinate representation of color #DC7470: hue angle of 2.22º degrees, saturation: 0.61, 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 #DC7470 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220116112-
CMYK00.470.490.14
HSL2.22º60.67%65.1%-
HSV(B)2.22º49.09%86.27%-
XYZ38.6928.8818.86-
YUV146.64108.46180.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 112 (44.14% from 255) = 25%
R=49.11%
G=25.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011611200.470.490.142.2260.6765.1
HexDC747002F31E23d41
Octal3341641600576116275101
Binary110111001110100111000001011111100011110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7470; }

 p { color: rgb(220,116,112); }

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

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

 a { background-color: rgb(220,116,112); }

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

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

 span { border-color: rgb(220,116,112); }

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