#DA7075

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

Shades of Froly #DA7075

Tints of Froly #DA7075

Color information

#DA7075 (or 0xDA7075) is unknown color: approx Froly. HEX triplet: DA, 70 and 75. RGB value is (218,112,117). Sum of RGB (Red+Green+Blue) = 218+112+117=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7075 is #258F8A. Grayscale: #909090. Windows color (decimal): -2461579 or 7696602. OLE color: 7696602.

HSL color Cylindrical-coordinate representation of color #DA7075: hue angle of 357.17º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7075 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218112117-
CMYK00.490.460.15
HSL357.17º58.89%64.71%-
HSV(B)357.17º48.62%85.49%-
XYZ37.9227.7820.19-
YUV144.26112.62180.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=48.77%
G=25.06%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811211700.490.460.15357.1758.8964.71
HexDA70750312EF1653b41
Octal332160165061561754573101
Binary1101101011100001110101011000110111011111011001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7075; }

 p { color: rgb(218,112,117); }

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

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

 a { background-color: rgb(218,112,117); }

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

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

 span { border-color: rgb(218,112,117); }

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