#DA6171

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

Shades of Froly #DA6171

Tints of Froly #DA6171

Color information

#DA6171 (or 0xDA6171) is unknown color: approx Froly. HEX triplet: DA, 61 and 71. RGB value is (218,97,113). Sum of RGB (Red+Green+Blue) = 218+97+113=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6171 is #259E8E. Grayscale: #878787. Windows color (decimal): -2465423 or 7430618. OLE color: 7430618.

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

Color convert

RGB21897113-
CMYK00.560.480.15
HSL352.07º62.05%61.76%-
HSV(B)352.07º55.5%85.49%-
XYZ36.1724.6518.47-
YUV135115.59187.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.93%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=50.93%
G=22.66%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189711300.560.480.15352.0762.0561.76
HexDA617103830F1603e3e
Octal33214116107060175407676
Binary110110101100001111000101110001100001111101100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6171; }

 p { color: rgb(218,97,113); }

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

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

 a { background-color: rgb(218,97,113); }

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

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

 span { border-color: rgb(218,97,113); }

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