#DD7D81

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

Shades of Froly #DD7D81

Tints of Froly #DD7D81

Color information

#DD7D81 (or 0xDD7D81) is unknown color: approx Froly. HEX triplet: DD, 7D and 81. RGB value is (221,125,129). Sum of RGB (Red+Green+Blue) = 221+125+129=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D81 is #22827E. Grayscale: #9A9A9A. Windows color (decimal): -2261631 or 8486365. OLE color: 8486365.

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

Color convert

RGB221125129-
CMYK00.430.420.13
HSL357.5º58.54%67.84%-
HSV(B)357.5º43.44%86.67%-
XYZ41.1131.6224.71-
YUV154.16113.8175.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=46.53%
G=26.32%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112512900.430.420.13357.558.5467.84
HexDD7D8102B2AD1663b44
Octal335175201053521554673104
Binary11011101111110110000001010101110101011011011001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D81; }

 p { color: rgb(221,125,129); }

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

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

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

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

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

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

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