#db619e

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

Shades of Hopbush #DB619E

Tints of Hopbush #DB619E

Color information

#DB619E (or 0xDB619E) is unknown color: approx Hopbush. HEX triplet: DB, 61 and 9E. RGB value is (219,97,158). Sum of RGB (Red+Green+Blue) = 219+97+158=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB619E is #249E61. Grayscale: #8C8C8C. Windows color (decimal): -2399842 or 10379739. OLE color: 10379739.

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

Color convert

RGB21997158-
CMYK00.560.280.14
HSL330º62.89%61.96%-
HSV(B)330º55.71%85.88%-
XYZ39.6626.0835.29-
YUV140.43137.92184.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 158 (62.11% from 255) = 33.33%
R=46.20%
G=20.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199715800.560.280.1433062.8961.96
HexDB619E0381CE14a3f3e
Octal33314123607034165127776
Binary110110111100001100111100111000111001110101001010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db619e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db619e; }

 p { color: rgb(219,97,158); }

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

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

 a { background-color: rgb(219,97,158); }

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

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

 span { border-color: rgb(219,97,158); }

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