#DD7981

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

Shades of Froly #DD7981

Tints of Froly #DD7981

Color information

#DD7981 (or 0xDD7981) is unknown color: approx Froly. HEX triplet: DD, 79 and 81. RGB value is (221,121,129). Sum of RGB (Red+Green+Blue) = 221+121+129=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7981 is #22867E. Grayscale: #979797. Windows color (decimal): -2262655 or 8485341. OLE color: 8485341.

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

Color convert

RGB221121129-
CMYK00.450.420.13
HSL355.2º59.52%67.06%-
HSV(B)355.2º45.25%86.67%-
XYZ40.6230.6324.54-
YUV151.81115.13177.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=46.92%
G=25.69%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112112900.450.420.13355.259.5267.06
HexDD798102D2AD1633c43
Octal335171201055521554374103
Binary11011101111100110000001010110110101011011011000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7981; }

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

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

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

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

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

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

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

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