#DB65A1

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

Shades of Hopbush #DB65A1

Tints of Hopbush #DB65A1

Color information

#DB65A1 (or 0xDB65A1) is unknown color: approx Hopbush. HEX triplet: DB, 65 and A1. RGB value is (219,101,161). Sum of RGB (Red+Green+Blue) = 219+101+161=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB65A1 is #249A5E. Grayscale: #8F8F8F. Windows color (decimal): -2398815 or 10577371. OLE color: 10577371.

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

Color convert

RGB219101161-
CMYK00.540.260.14
HSL329.49º62.11%62.75%-
HSV(B)329.49º53.88%85.88%-
XYZ40.326.9436.79-
YUV143.12138.09182.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.53%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 161 (63.28% from 255) = 33.47%
R=45.53%
G=21.00%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910116100.540.260.14329.4962.1162.75
HexDB65A10361AE1493e3f
Octal33314524106632165117677
Binary110110111100101101000010110110110101110101001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB65A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB65A1; }

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

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

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

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

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

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

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

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