#DD7678

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

Shades of Froly #DD7678

Tints of Froly #DD7678

Color information

#DD7678 (or 0xDD7678) is unknown color: approx Froly. HEX triplet: DD, 76 and 78. RGB value is (221,118,120). Sum of RGB (Red+Green+Blue) = 221+118+120=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7678 is #228987. Grayscale: #959595. Windows color (decimal): -2263432 or 7894749. OLE color: 7894749.

HSL color Cylindrical-coordinate representation of color #DD7678: hue angle of 358.83º 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 #DD7678 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221118120-
CMYK00.470.460.13
HSL358.83º60.23%66.47%-
HSV(B)358.83º46.61%86.67%-
XYZ39.6929.6921.41-
YUV149.02111.62179.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=48.15%
G=25.71%
B=26.14%

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
Decimal22111812000.470.460.13358.8360.2366.47
HexDD767802F2ED1673c42
Octal335166170057561554774102
Binary1101110111101101111000010111110111011011011001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7678; }

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

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

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

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

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

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

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

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