#DA6873

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

Shades of Froly #DA6873

Tints of Froly #DA6873

Color information

#DA6873 (or 0xDA6873) is unknown color: approx Froly. HEX triplet: DA, 68 and 73. RGB value is (218,104,115). Sum of RGB (Red+Green+Blue) = 218+104+115=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6873 is #25978C. Grayscale: #8B8B8B. Windows color (decimal): -2463629 or 7563482. OLE color: 7563482.

HSL color Cylindrical-coordinate representation of color #DA6873: hue angle of 354.21º 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 #DA6873 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB218104115-
CMYK00.520.470.15
HSL354.21º60.64%63.14%-
HSV(B)354.21º52.29%85.49%-
XYZ36.9626.0419.3-
YUV139.34114.27184.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.89%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=49.89%
G=23.80%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810411500.520.470.15354.2160.6463.14
HexDA68730342FF1623d3f
Octal33215016306457175427577
Binary110110101101000111001101101001011111111101100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6873; }

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

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

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

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

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

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

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

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