#DB66A4

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

Shades of Hopbush #DB66A4

Tints of Hopbush #DB66A4

Color information

#DB66A4 (or 0xDB66A4) is unknown color: approx Hopbush. HEX triplet: DB, 66 and A4. RGB value is (219,102,164). Sum of RGB (Red+Green+Blue) = 219+102+164=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB66A4 is #24995B. Grayscale: #8F8F8F. Windows color (decimal): -2398556 or 10774235. OLE color: 10774235.

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

Color convert

RGB219102164-
CMYK00.530.250.14
HSL328.21º61.9%62.94%-
HSV(B)328.21º53.42%85.88%-
XYZ40.6727.2438.24-
YUV144.05139.26181.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=45.15%
G=21.03%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910216400.530.250.14328.2161.962.94
HexDB66A403519E1483e3f
Octal33314624406531165107677
Binary110110111100110101001000110101110011110101001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB66A4; }

 p { color: rgb(219,102,164); }

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

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

 a { background-color: rgb(219,102,164); }

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

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

 span { border-color: rgb(219,102,164); }

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