#DB7980

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

Shades of Froly #DB7980

Tints of Froly #DB7980

Color information

#DB7980 (or 0xDB7980) is unknown color: approx Froly. HEX triplet: DB, 79 and 80. RGB value is (219,121,128). Sum of RGB (Red+Green+Blue) = 219+121+128=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7980 is #24867F. Grayscale: #979797. Windows color (decimal): -2393728 or 8419803. OLE color: 8419803.

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

Color convert

RGB219121128-
CMYK00.450.420.14
HSL355.71º57.65%66.67%-
HSV(B)355.71º44.75%85.88%-
XYZ39.9530.2924.16-
YUV151.1114.97176.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.79%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=46.79%
G=25.85%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912112800.450.420.14355.7157.6566.67
HexDB798002D2AE1643a43
Octal333171200055521654472103
Binary11011011111100110000000010110110101011101011001001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7980; }

 p { color: rgb(219,121,128); }

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

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

 a { background-color: rgb(219,121,128); }

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

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

 span { border-color: rgb(219,121,128); }

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