#DB6470

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

Shades of Froly #DB6470

Tints of Froly #DB6470

Color information

#DB6470 (or 0xDB6470) is unknown color: approx Froly. HEX triplet: DB, 64 and 70. RGB value is (219,100,112). Sum of RGB (Red+Green+Blue) = 219+100+112=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6470 is #249B8F. Grayscale: #898989. Windows color (decimal): -2399120 or 7365851. OLE color: 7365851.

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

Color convert

RGB219100112-
CMYK00.540.490.14
HSL353.95º62.3%62.55%-
HSV(B)353.95º54.34%85.88%-
XYZ36.725.3418.29-
YUV136.95113.92186.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.81%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=50.81%
G=23.20%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910011200.540.490.14353.9562.362.55
HexDB647003631E1623e3f
Octal33314416006661165427677
Binary110110111100100111000001101101100011110101100010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6470; }

 p { color: rgb(219,100,112); }

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

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

 a { background-color: rgb(219,100,112); }

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

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

 span { border-color: rgb(219,100,112); }

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