#dc7474

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

Shades of Geraldine #DC7474

Tints of Geraldine #DC7474

Color information

#DC7474 (or 0xDC7474) is unknown color: approx Geraldine. HEX triplet: DC, 74 and 74. RGB value is (220,116,116). Sum of RGB (Red+Green+Blue) = 220+116+116=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7474 is #238B8B. Grayscale: #939393. Windows color (decimal): -2329484 or 7632092. OLE color: 7632092.

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

Color convert

RGB220116116-
CMYK00.470.470.14
HSL59.77%65.88%-
HSV(B)47.27%86.27%-
XYZ38.9128.9720.06-
YUV147.1110.46180-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.67%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=48.67%
G=25.66%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011611600.470.470.14059.7765.88
HexDC747402F2FE03c42
Octal3341641640575716074102
Binary11011100111010011101000101111101111111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7474; }

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

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

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

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

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

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

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

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