#DD6E78

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

Shades of Froly #DD6E78

Tints of Froly #DD6E78

Color information

#DD6E78 (or 0xDD6E78) is unknown color: approx Froly. HEX triplet: DD, 6E and 78. RGB value is (221,110,120). Sum of RGB (Red+Green+Blue) = 221+110+120=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E78 is #229187. Grayscale: #909090. Windows color (decimal): -2265480 or 7892701. OLE color: 7892701.

HSL color Cylindrical-coordinate representation of color #DD6E78: hue angle of 354.59º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6E78 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221110120-
CMYK00.500.460.13
HSL354.59º62.01%64.9%-
HSV(B)354.59º50.23%86.67%-
XYZ38.7827.8821.11-
YUV144.33114.27182.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=49.00%
G=24.39%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111012000.500.460.13354.5962.0164.9
HexDD6E780322ED1633e41
Octal335156170062561554376101
Binary1101110111011101111000011001010111011011011000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6E78; }

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

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

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

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

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

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

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

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