#DB657B

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

Shades of Froly #DB657B

Tints of Froly #DB657B

Color information

#DB657B (or 0xDB657B) is unknown color: approx Froly. HEX triplet: DB, 65 and 7B. RGB value is (219,101,123). Sum of RGB (Red+Green+Blue) = 219+101+123=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB657B is #249A84. Grayscale: #8A8A8A. Windows color (decimal): -2398853 or 8087003. OLE color: 8087003.

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

Color convert

RGB219101123-
CMYK00.540.440.14
HSL348.81º62.11%62.75%-
HSV(B)348.81º53.88%85.88%-
XYZ37.4425.821.74-
YUV138.79119.09185.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.44%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=49.44%
G=22.80%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910112300.540.440.14348.8162.1162.75
HexDB657B0362CE15d3e3f
Octal33314517306654165357677
Binary110110111100101111101101101101011001110101011101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB657B; }

 p { color: rgb(219,101,123); }

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

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

 a { background-color: rgb(219,101,123); }

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

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

 span { border-color: rgb(219,101,123); }

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