#DA656F

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

Shades of Froly #DA656F

Tints of Froly #DA656F

Color information

#DA656F (or 0xDA656F) is unknown color: approx Froly. HEX triplet: DA, 65 and 6F. RGB value is (218,101,111). Sum of RGB (Red+Green+Blue) = 218+101+111=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA656F is #259A90. Grayscale: #898989. Windows color (decimal): -2464401 or 7300570. OLE color: 7300570.

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

Color convert

RGB218101111-
CMYK00.540.490.15
HSL354.87º61.26%62.55%-
HSV(B)354.87º53.67%85.49%-
XYZ36.4425.3618.01-
YUV137.12113.26185.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.70%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=50.70%
G=23.49%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810111100.540.490.15354.8761.2662.55
HexDA656F03631F1633d3f
Octal33214515706661175437577
Binary110110101100101110111101101101100011111101100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA656F; }

 p { color: rgb(218,101,111); }

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

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

 a { background-color: rgb(218,101,111); }

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

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

 span { border-color: rgb(218,101,111); }

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