#DB6069

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

Shades of Froly #DB6069

Tints of Froly #DB6069

Color information

#DB6069 (or 0xDB6069) is unknown color: approx Froly. HEX triplet: DB, 60 and 69. RGB value is (219,96,105). Sum of RGB (Red+Green+Blue) = 219+96+105=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6069 is #249F96. Grayscale: #858585. Windows color (decimal): -2400151 or 6906075. OLE color: 6906075.

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

Color convert

RGB21996105-
CMYK00.560.520.14
HSL355.61º63.08%61.76%-
HSV(B)355.61º56.16%85.88%-
XYZ35.9524.4516.19-
YUV133.8111.75188.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.14%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 105 (41.41% from 255) = 25%
R=52.14%
G=22.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199610500.560.520.14355.6163.0861.76
HexDB606903834E1643f3e
Octal33314015107064165447776
Binary110110111100000110100101110001101001110101100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6069; }

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

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

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

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

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

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

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

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