#DA7880

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

Shades of Froly #DA7880

Tints of Froly #DA7880

Color information

#DA7880 (or 0xDA7880) is unknown color: approx Froly. HEX triplet: DA, 78 and 80. RGB value is (218,120,128). Sum of RGB (Red+Green+Blue) = 218+120+128=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7880 is #25877F. Grayscale: #969696. Windows color (decimal): -2459520 or 8419546. OLE color: 8419546.

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

Color convert

RGB218120128-
CMYK00.450.410.15
HSL355.1º56.98%66.27%-
HSV(B)355.1º44.95%85.49%-
XYZ39.5329.924.11-
YUV150.21115.47176.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=46.78%
G=25.75%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812012800.450.410.15355.156.9866.27
HexDA788002D29F1633942
Octal332170200055511754371102
Binary11011010111100010000000010110110100111111011000111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7880; }

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

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

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

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

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

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

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

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