#DA717B

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

Shades of Froly #DA717B

Tints of Froly #DA717B

Color information

#DA717B (or 0xDA717B) is unknown color: approx Froly. HEX triplet: DA, 71 and 7B. RGB value is (218,113,123). Sum of RGB (Red+Green+Blue) = 218+113+123=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA717B is #258E84. Grayscale: #919191. Windows color (decimal): -2461317 or 8090074. OLE color: 8090074.

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

Color convert

RGB218113123-
CMYK00.480.440.15
HSL354.29º58.66%64.9%-
HSV(B)354.29º48.17%85.49%-
XYZ38.3928.1522.15-
YUV145.54115.29179.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=48.02%
G=24.89%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811312300.480.440.15354.2958.6664.9
HexDA717B0302CF1623b41
Octal332161173060541754273101
Binary1101101011100011111011011000010110011111011000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA717B; }

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

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

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

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

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

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

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

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