#DD7578

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

Shades of Froly #DD7578

Tints of Froly #DD7578

Color information

#DD7578 (or 0xDD7578) is unknown color: approx Froly. HEX triplet: DD, 75 and 78. RGB value is (221,117,120). Sum of RGB (Red+Green+Blue) = 221+117+120=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7578 is #228A87. Grayscale: #949494. Windows color (decimal): -2263688 or 7894493. OLE color: 7894493.

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

Color convert

RGB221117120-
CMYK00.470.460.13
HSL358.27º60.47%66.27%-
HSV(B)358.27º47.06%86.67%-
XYZ39.5729.4521.37-
YUV148.44111.96179.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=48.25%
G=25.55%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111712000.470.460.13358.2760.4766.27
HexDD757802F2ED1663c42
Octal335165170057561554674102
Binary1101110111101011111000010111110111011011011001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7578; }

 p { color: rgb(221,117,120); }

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

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

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

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

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

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

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