#DD7474

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

Shades of Geraldine #DD7474

Tints of Geraldine #DD7474

Color information

#DD7474 (or 0xDD7474) is unknown color: approx Geraldine. HEX triplet: DD, 74 and 74. RGB value is (221,116,116). Sum of RGB (Red+Green+Blue) = 221+116+116=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7474 is #228B8B. Grayscale: #939393. Windows color (decimal): -2263948 or 7632093. OLE color: 7632093.

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

Color convert

RGB221116116-
CMYK00.480.480.13
HSL60.69%66.08%-
HSV(B)47.51%86.67%-
XYZ39.2229.1220.08-
YUV147.39110.29180.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=48.79%
G=25.61%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111611600.480.480.13060.6966.08
HexDD747403030D03d42
Octal3351641640606015075102
Binary11011101111010011101000110000110000110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7474; }

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

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

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

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

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

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

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

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