#DB6A77

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

Shades of Froly #DB6A77

Tints of Froly #DB6A77

Color information

#DB6A77 (or 0xDB6A77) is unknown color: approx Froly. HEX triplet: DB, 6A and 77. RGB value is (219,106,119). Sum of RGB (Red+Green+Blue) = 219+106+119=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A77 is #249588. Grayscale: #8D8D8D. Windows color (decimal): -2397577 or 7826139. OLE color: 7826139.

HSL color Cylindrical-coordinate representation of color #DB6A77: hue angle of 353.1º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A77 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB219106119-
CMYK00.520.460.14
HSL353.1º61.08%63.73%-
HSV(B)353.1º51.6%85.88%-
XYZ37.726.720.62-
YUV141.27115.44183.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=49.32%
G=23.87%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910611900.520.460.14353.161.0863.73
HexDB6A770342EE1613d40
Octal333152167064561654175100
Binary1101101111010101110111011010010111011101011000011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6A77; }

 p { color: rgb(219,106,119); }

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

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

 a { background-color: rgb(219,106,119); }

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

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

 span { border-color: rgb(219,106,119); }

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