#DA6379

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

Shades of Froly #DA6379

Tints of Froly #DA6379

Color information

#DA6379 (or 0xDA6379) is unknown color: approx Froly. HEX triplet: DA, 63 and 79. RGB value is (218,99,121). Sum of RGB (Red+Green+Blue) = 218+99+121=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6379 is #259C86. Grayscale: #898989. Windows color (decimal): -2464903 or 7955418. OLE color: 7955418.

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

Color convert

RGB21899121-
CMYK00.550.440.15
HSL348.91º61.66%62.16%-
HSV(B)348.91º54.59%85.49%-
XYZ36.8325.2121.01-
YUV137.09118.92185.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.77%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=49.77%
G=22.60%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189912100.550.440.15348.9161.6662.16
HexDA63790372CF15d3e3e
Octal33214317106754175357676
Binary110110101100011111100101101111011001111101011101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6379; }

 p { color: rgb(218,99,121); }

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

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

 a { background-color: rgb(218,99,121); }

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

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

 span { border-color: rgb(218,99,121); }

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