#DB69A9

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

Shades of Hopbush #DB69A9

Tints of Hopbush #DB69A9

Color information

#DB69A9 (or 0xDB69A9) is unknown color: approx Hopbush. HEX triplet: DB, 69 and A9. RGB value is (219,105,169). Sum of RGB (Red+Green+Blue) = 219+105+169=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69A9 is #249656. Grayscale: #929292. Windows color (decimal): -2397783 or 11102683. OLE color: 11102683.

HSL color Cylindrical-coordinate representation of color #DB69A9: hue angle of 326.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69A9 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB219105169-
CMYK00.520.230.14
HSL326.32º61.29%63.53%-
HSV(B)326.32º52.05%85.88%-
XYZ41.4328.0340.76-
YUV146.38140.77179.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=44.42%
G=21.30%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910516900.520.230.14326.3261.2963.53
HexDB69A903417E1463d40
Octal333151251064271650675100
Binary1101101111010011010100101101001011111101010001101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69A9; }

 p { color: rgb(219,105,169); }

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

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

 a { background-color: rgb(219,105,169); }

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

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

 span { border-color: rgb(219,105,169); }

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