#DB67A4

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

Shades of Hopbush #DB67A4

Tints of Hopbush #DB67A4

Color information

#DB67A4 (or 0xDB67A4) is unknown color: approx Hopbush. HEX triplet: DB, 67 and A4. RGB value is (219,103,164). Sum of RGB (Red+Green+Blue) = 219+103+164=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67A4 is #24985B. Grayscale: #909090. Windows color (decimal): -2398300 or 10774491. OLE color: 10774491.

HSL color Cylindrical-coordinate representation of color #DB67A4: hue angle of 328.45º 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 #DB67A4 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB219103164-
CMYK00.530.250.14
HSL328.45º61.7%63.14%-
HSV(B)328.45º52.97%85.88%-
XYZ40.7627.4438.27-
YUV144.64138.93181.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=45.06%
G=21.19%
B=33.74%

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
Decimal21910316400.530.250.14328.4561.763.14
HexDB67A403519E1483e3f
Octal33314724406531165107677
Binary110110111100111101001000110101110011110101001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67A4; }

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

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

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

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

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

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

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

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