#DB67AF

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

Shades of Hopbush #DB67AF

Tints of Hopbush #DB67AF

Color information

#DB67AF (or 0xDB67AF) is unknown color: approx Hopbush. HEX triplet: DB, 67 and AF. RGB value is (219,103,175). Sum of RGB (Red+Green+Blue) = 219+103+175=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67AF is #249850. Grayscale: #919191. Windows color (decimal): -2398289 or 11495387. OLE color: 11495387.

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

Color convert

RGB219103175-
CMYK00.530.200.14
HSL322.76º61.7%63.14%-
HSV(B)322.76º52.97%85.88%-
XYZ41.827.8643.73-
YUV145.89144.43180.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=44.06%
G=20.72%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910317500.530.200.14322.7661.763.14
HexDB67AF03514E1433e3f
Octal33314725706524165037677
Binary110110111100111101011110110101101001110101000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67AF; }

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

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

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

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

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

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

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

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