#DB6678

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

Shades of Froly #DB6678

Tints of Froly #DB6678

Color information

#DB6678 (or 0xDB6678) is unknown color: approx Froly. HEX triplet: DB, 66 and 78. RGB value is (219,102,120). Sum of RGB (Red+Green+Blue) = 219+102+120=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6678 is #249987. Grayscale: #8B8B8B. Windows color (decimal): -2398600 or 7890651. OLE color: 7890651.

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

Color convert

RGB219102120-
CMYK00.530.450.14
HSL350.77º61.9%62.94%-
HSV(B)350.77º53.42%85.88%-
XYZ37.3525.9220.8-
YUV139.04117.26185.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=49.66%
G=23.13%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910212000.530.450.14350.7761.962.94
HexDB66780352DE15f3e3f
Octal33314617006555165377677
Binary110110111100110111100001101011011011110101011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6678; }

 p { color: rgb(219,102,120); }

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

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

 a { background-color: rgb(219,102,120); }

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

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

 span { border-color: rgb(219,102,120); }

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