#DB65AE

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

Shades of Hopbush #DB65AE

Tints of Hopbush #DB65AE

Color information

#DB65AE (or 0xDB65AE) is unknown color: approx Hopbush. HEX triplet: DB, 65 and AE. RGB value is (219,101,174). Sum of RGB (Red+Green+Blue) = 219+101+174=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB65AE is #249A51. Grayscale: #909090. Windows color (decimal): -2398802 or 11429339. OLE color: 11429339.

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

Color convert

RGB219101174-
CMYK00.540.210.14
HSL322.88º62.11%62.75%-
HSV(B)322.88º53.88%85.88%-
XYZ41.5127.4243.15-
YUV144.6144.59181.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.33%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=44.33%
G=20.45%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910117400.540.210.14322.8862.1162.75
HexDB65AE03615E1433e3f
Octal33314525606625165037677
Binary110110111100101101011100110110101011110101000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB65AE; }

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

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

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

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

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

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

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

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