#DA707B

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

Shades of Froly #DA707B

Tints of Froly #DA707B

Color information

#DA707B (or 0xDA707B) is unknown color: approx Froly. HEX triplet: DA, 70 and 7B. RGB value is (218,112,123). Sum of RGB (Red+Green+Blue) = 218+112+123=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA707B is #258F84. Grayscale: #919191. Windows color (decimal): -2461573 or 8089818. OLE color: 8089818.

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

Color convert

RGB218112123-
CMYK00.490.440.15
HSL353.77º58.89%64.71%-
HSV(B)353.77º48.62%85.49%-
XYZ38.2827.9222.11-
YUV144.95115.62180.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=48.12%
G=24.72%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811212300.490.440.15353.7758.8964.71
HexDA707B0312CF1623b41
Octal332160173061541754273101
Binary1101101011100001111011011000110110011111011000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA707B; }

 p { color: rgb(218,112,123); }

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

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

 a { background-color: rgb(218,112,123); }

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

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

 span { border-color: rgb(218,112,123); }

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