#DC7E81

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

Shades of Froly #DC7E81

Tints of Froly #DC7E81

Color information

#DC7E81 (or 0xDC7E81) is unknown color: approx Froly. HEX triplet: DC, 7E and 81. RGB value is (220,126,129). Sum of RGB (Red+Green+Blue) = 220+126+129=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E81 is #23817E. Grayscale: #9A9A9A. Windows color (decimal): -2326911 or 8486620. OLE color: 8486620.

HSL color Cylindrical-coordinate representation of color #DC7E81: hue angle of 358.09º degrees, saturation: 0.57, 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 #DC7E81 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220126129-
CMYK00.430.410.14
HSL358.09º57.32%67.84%-
HSV(B)358.09º42.73%86.27%-
XYZ40.9431.7224.73-
YUV154.45113.64174.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=46.32%
G=26.53%
B=27.16%

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
Decimal22012612900.430.410.14358.0957.3267.84
HexDC7E8102B29E1663944
Octal334176201053511654671104
Binary11011100111111010000001010101110100111101011001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7E81; }

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

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

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

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

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

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

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

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