#DB6DAF

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

Shades of Hopbush #DB6DAF

Tints of Hopbush #DB6DAF

Color information

#DB6DAF (or 0xDB6DAF) is unknown color: approx Hopbush. HEX triplet: DB, 6D and AF. RGB value is (219,109,175). Sum of RGB (Red+Green+Blue) = 219+109+175=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6DAF is #249250. Grayscale: #959595. Windows color (decimal): -2396753 or 11496923. OLE color: 11496923.

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

Color convert

RGB219109175-
CMYK00.500.200.14
HSL324º60.44%64.31%-
HSV(B)324º50.23%85.88%-
XYZ42.4229.0943.94-
YUV149.41142.44177.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=43.54%
G=21.67%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910917500.500.200.1432460.4464.31
HexDB6DAF03214E1443c40
Octal333155257062241650474100
Binary1101101111011011010111101100101010011101010001001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6DAF; }

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

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

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

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

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

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

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

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