#DA8081

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

Shades of Froly #DA8081

Tints of Froly #DA8081

Color information

#DA8081 (or 0xDA8081) is unknown color: approx Froly. HEX triplet: DA, 80 and 81. RGB value is (218,128,129). Sum of RGB (Red+Green+Blue) = 218+128+129=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8081 is #257F7E. Grayscale: #9B9B9B. Windows color (decimal): -2457471 or 8487130. OLE color: 8487130.

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

Color convert

RGB218128129-
CMYK00.410.410.15
HSL359.33º54.88%67.84%-
HSV(B)359.33º41.28%85.49%-
XYZ40.631.9324.79-
YUV155.02113.32172.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=45.89%
G=26.95%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812812900.410.410.15359.3354.8867.84
HexDA808102929F1673744
Octal332200201051511754767104
Binary110110101000000010000001010100110100111111011001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8081; }

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

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

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

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

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

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

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

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