#DA6D7A

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

Shades of Froly #DA6D7A

Tints of Froly #DA6D7A

Color information

#DA6D7A (or 0xDA6D7A) is unknown color: approx Froly. HEX triplet: DA, 6D and 7A. RGB value is (218,109,122). Sum of RGB (Red+Green+Blue) = 218+109+122=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D7A is #259285. Grayscale: #8F8F8F. Windows color (decimal): -2462342 or 8023514. OLE color: 8023514.

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

Color convert

RGB218109122-
CMYK00.50.440.15
HSL352.84º59.56%64.12%-
HSV(B)352.84º50%85.49%-
XYZ37.8927.2521.67-
YUV143.07116.11181.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=48.55%
G=24.28%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810912200.50.440.15352.8459.5664.12
HexDA6D7A0322CF1613c40
Octal332155172062541754174100
Binary1101101011011011111010011001010110011111011000011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6D7A; }

 p { color: rgb(218,109,122); }

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

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

 a { background-color: rgb(218,109,122); }

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

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

 span { border-color: rgb(218,109,122); }

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