#DB606A

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

Shades of Froly #DB606A

Tints of Froly #DB606A

Color information

#DB606A (or 0xDB606A) is unknown color: approx Froly. HEX triplet: DB, 60 and 6A. RGB value is (219,96,106). Sum of RGB (Red+Green+Blue) = 219+96+106=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB606A is #249F95. Grayscale: #868686. Windows color (decimal): -2400150 or 6971611. OLE color: 6971611.

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

Color convert

RGB21996106-
CMYK00.560.520.14
HSL355.12º63.08%61.76%-
HSV(B)355.12º56.16%85.88%-
XYZ3624.4716.46-
YUV133.92112.25188.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.02%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=52.02%
G=22.80%
B=25.18%

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
Decimal2199610600.560.520.14355.1263.0861.76
HexDB606A03834E1633f3e
Octal33314015207064165437776
Binary110110111100000110101001110001101001110101100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB606A; }

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

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

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

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

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

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

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

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