#DB6BAF

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

Shades of Hopbush #DB6BAF

Tints of Hopbush #DB6BAF

Color information

#DB6BAF (or 0xDB6BAF) is unknown color: approx Hopbush. HEX triplet: DB, 6B and AF. RGB value is (219,107,175). Sum of RGB (Red+Green+Blue) = 219+107+175=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BAF is #249450. Grayscale: #949494. Windows color (decimal): -2397265 or 11496411. OLE color: 11496411.

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

Color convert

RGB219107175-
CMYK00.510.200.14
HSL323.57º60.87%63.92%-
HSV(B)323.57º51.14%85.88%-
XYZ42.2128.6743.87-
YUV148.24143.11178.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=43.71%
G=21.36%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910717500.510.200.14323.5760.8763.92
HexDB6BAF03314E1443d40
Octal333153257063241650475100
Binary1101101111010111010111101100111010011101010001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6BAF; }

 p { color: rgb(219,107,175); }

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

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

 a { background-color: rgb(219,107,175); }

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

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

 span { border-color: rgb(219,107,175); }

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