#DA7E81

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

Shades of Froly #DA7E81

Tints of Froly #DA7E81

Color information

#DA7E81 (or 0xDA7E81) is unknown color: approx Froly. HEX triplet: DA, 7E and 81. RGB value is (218,126,129). Sum of RGB (Red+Green+Blue) = 218+126+129=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E81 is #25817E. Grayscale: #999999. Windows color (decimal): -2457983 or 8486618. OLE color: 8486618.

HSL color Cylindrical-coordinate representation of color #DA7E81: hue angle of 358.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7E81 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218126129-
CMYK00.420.410.15
HSL358.04º55.42%67.45%-
HSV(B)358.04º42.2%85.49%-
XYZ40.3431.4124.71-
YUV153.85113.98173.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=46.09%
G=26.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812612900.420.410.15358.0455.4267.45
HexDA7E8102A29F1663743
Octal332176201052511754667103
Binary11011010111111010000001010101010100111111011001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7E81; }

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

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

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

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

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

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

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

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