#DB61A0

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

Shades of Hopbush #DB61A0

Tints of Hopbush #DB61A0

Color information

#DB61A0 (or 0xDB61A0) is unknown color: approx Hopbush. HEX triplet: DB, 61 and A0. RGB value is (219,97,160). Sum of RGB (Red+Green+Blue) = 219+97+160=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB61A0 is #249E5F. Grayscale: #8C8C8C. Windows color (decimal): -2399840 or 10510811. OLE color: 10510811.

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

Color convert

RGB21997160-
CMYK00.560.270.14
HSL329.02º62.89%61.96%-
HSV(B)329.02º55.71%85.88%-
XYZ39.8326.1536.21-
YUV140.66138.92183.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.01%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=46.01%
G=20.38%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199716000.560.270.14329.0262.8961.96
HexDB61A00381BE1493f3e
Octal33314124007033165117776
Binary110110111100001101000000111000110111110101001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB61A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB61A0; }

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

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

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

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

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

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

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

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