#db63ac

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

Shades of Hopbush #DB63AC

Tints of Hopbush #DB63AC

Color information

#DB63AC (or 0xDB63AC) is unknown color: approx Hopbush. HEX triplet: DB, 63 and AC. RGB value is (219,99,172). Sum of RGB (Red+Green+Blue) = 219+99+172=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB63AC is #249C53. Grayscale: #8F8F8F. Windows color (decimal): -2399316 or 11297755. OLE color: 11297755.

HSL color Cylindrical-coordinate representation of color #DB63AC: hue angle of 323.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB63AC is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB21999172-
CMYK00.550.210.14
HSL323.5º62.5%62.35%-
HSV(B)323.5º54.79%85.88%-
XYZ41.1226.9642.07-
YUV143.2144.26182.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.69%
GREEN value IS 99 (39.06% from 255) = 20.20%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=44.69%
G=20.20%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199917200.550.210.14323.562.562.35
HexDB63AC03715E1443e3e
Octal33314325406725165047676
Binary110110111100011101011000110111101011110101000100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db63ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db63ac; }

 p { color: rgb(219,99,172); }

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

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

 a { background-color: rgb(219,99,172); }

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

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

 span { border-color: rgb(219,99,172); }

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