#DA6069

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

Shades of Froly #DA6069

Tints of Froly #DA6069

Color information

#DA6069 (or 0xDA6069) is unknown color: approx Froly. HEX triplet: DA, 60 and 69. RGB value is (218,96,105). Sum of RGB (Red+Green+Blue) = 218+96+105=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6069 is #259F96. Grayscale: #858585. Windows color (decimal): -2465687 or 6906074. OLE color: 6906074.

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

Color convert

RGB21896105-
CMYK00.560.520.15
HSL355.57º62.24%61.57%-
HSV(B)355.57º55.96%85.49%-
XYZ35.6524.2916.17-
YUV133.5111.92188.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.03%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=52.03%
G=22.91%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189610500.560.520.15355.5762.2461.57
HexDA606903834F1643e3e
Octal33214015107064175447676
Binary110110101100000110100101110001101001111101100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6069; }

 p { color: rgb(218,96,105); }

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

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

 a { background-color: rgb(218,96,105); }

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

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

 span { border-color: rgb(218,96,105); }

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