#DA6872

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

Shades of Froly #DA6872

Tints of Froly #DA6872

Color information

#DA6872 (or 0xDA6872) is unknown color: approx Froly. HEX triplet: DA, 68 and 72. RGB value is (218,104,114). Sum of RGB (Red+Green+Blue) = 218+104+114=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6872 is #25978D. Grayscale: #8B8B8B. Windows color (decimal): -2463630 or 7497946. OLE color: 7497946.

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

Color convert

RGB218104114-
CMYK00.520.480.15
HSL354.74º60.64%63.14%-
HSV(B)354.74º52.29%85.49%-
XYZ36.926.0219-
YUV139.23113.77184.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=50%
G=23.85%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810411400.520.480.15354.7460.6463.14
HexDA687203430F1633d3f
Octal33215016206460175437577
Binary110110101101000111001001101001100001111101100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6872; }

 p { color: rgb(218,104,114); }

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

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

 a { background-color: rgb(218,104,114); }

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

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

 span { border-color: rgb(218,104,114); }

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