#DB6A72

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

Shades of Froly #DB6A72

Tints of Froly #DB6A72

Color information

#DB6A72 (or 0xDB6A72) is unknown color: approx Froly. HEX triplet: DB, 6A and 72. RGB value is (219,106,114). Sum of RGB (Red+Green+Blue) = 219+106+114=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A72 is #24958D. Grayscale: #8C8C8C. Windows color (decimal): -2397582 or 7498459. OLE color: 7498459.

HSL color Cylindrical-coordinate representation of color #DB6A72: hue angle of 355.75º 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 #DB6A72 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB219106114-
CMYK00.520.480.14
HSL355.75º61.08%63.73%-
HSV(B)355.75º51.6%85.88%-
XYZ37.426.5819.08-
YUV140.7112.94183.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=49.89%
G=24.15%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910611400.520.480.14355.7561.0863.73
HexDB6A7203430E1643d40
Octal333152162064601654475100
Binary1101101111010101110010011010011000011101011001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6A72; }

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

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

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

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

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

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

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

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