#DD7680

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

Shades of Froly #DD7680

Tints of Froly #DD7680

Color information

#DD7680 (or 0xDD7680) is unknown color: approx Froly. HEX triplet: DD, 76 and 80. RGB value is (221,118,128). Sum of RGB (Red+Green+Blue) = 221+118+128=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7680 is #22897F. Grayscale: #969696. Windows color (decimal): -2263424 or 8419037. OLE color: 8419037.

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

Color convert

RGB221118128-
CMYK00.470.420.13
HSL354.17º60.23%66.47%-
HSV(B)354.17º46.61%86.67%-
XYZ40.1929.8924.07-
YUV149.94115.62178.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=47.32%
G=25.27%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111812800.470.420.13354.1760.2366.47
HexDD768002F2AD1623c42
Octal335166200057521554274102
Binary11011101111011010000000010111110101011011011000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7680; }

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

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

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

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

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

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

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

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