#DC7D81

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

Shades of Froly #DC7D81

Tints of Froly #DC7D81

Color information

#DC7D81 (or 0xDC7D81) is unknown color: approx Froly. HEX triplet: DC, 7D and 81. RGB value is (220,125,129). Sum of RGB (Red+Green+Blue) = 220+125+129=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D81 is #23827E. Grayscale: #999999. Windows color (decimal): -2327167 or 8486364. OLE color: 8486364.

HSL color Cylindrical-coordinate representation of color #DC7D81: hue angle of 357.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7D81 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220125129-
CMYK00.430.410.14
HSL357.47º57.58%67.65%-
HSV(B)357.47º43.18%86.27%-
XYZ40.8131.4724.69-
YUV153.86113.97175.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.41%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=46.41%
G=26.37%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012512900.430.410.14357.4757.5867.65
HexDC7D8102B29E1653a44
Octal334175201053511654572104
Binary11011100111110110000001010101110100111101011001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D81; }

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

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

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

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

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

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

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

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