#DA6B7A

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

Shades of Froly #DA6B7A

Tints of Froly #DA6B7A

Color information

#DA6B7A (or 0xDA6B7A) is unknown color: approx Froly. HEX triplet: DA, 6B and 7A. RGB value is (218,107,122). Sum of RGB (Red+Green+Blue) = 218+107+122=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B7A is #259485. Grayscale: #8D8D8D. Windows color (decimal): -2462854 or 8023002. OLE color: 8023002.

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

Color convert

RGB218107122-
CMYK00.510.440.15
HSL351.89º60%63.73%-
HSV(B)351.89º50.92%85.49%-
XYZ37.6826.8321.6-
YUV141.9116.77182.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=48.77%
G=23.94%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810712200.510.440.15351.896063.73
HexDA6B7A0332CF1603c40
Octal332153172063541754074100
Binary1101101011010111111010011001110110011111011000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6B7A; }

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

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

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

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

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

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

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

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