#DA5F6A

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

Shades of Froly #DA5F6A

Tints of Froly #DA5F6A

Color information

#DA5F6A (or 0xDA5F6A) is unknown color: approx Froly. HEX triplet: DA, 5F and 6A. RGB value is (218,95,106). Sum of RGB (Red+Green+Blue) = 218+95+106=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F6A is #25A095. Grayscale: #858585. Windows color (decimal): -2465942 or 6971354. OLE color: 6971354.

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

Color convert

RGB21895106-
CMYK00.560.510.15
HSL354.63º62.44%61.37%-
HSV(B)354.63º56.42%85.49%-
XYZ35.6124.1316.42-
YUV133.03112.75188.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.03%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=52.03%
G=22.67%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189510600.560.510.15354.6362.4461.37
HexDA5F6A03833F1633e3d
Octal33213715207063175437675
Binary110110101011111110101001110001100111111101100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5F6A; }

 p { color: rgb(218,95,106); }

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

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

 a { background-color: rgb(218,95,106); }

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

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

 span { border-color: rgb(218,95,106); }

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