#D673AC

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

Shades of Hopbush #D673AC

Tints of Hopbush #D673AC

Color information

#D673AC (or 0xD673AC) is unknown color: approx Hopbush. HEX triplet: D6, 73 and AC. RGB value is (214,115,172). Sum of RGB (Red+Green+Blue) = 214+115+172=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D673AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D673AC is #298C53. Grayscale: #969696. Windows color (decimal): -2722900 or 11301846. OLE color: 11301846.

HSL color Cylindrical-coordinate representation of color #D673AC: hue angle of 325.45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D673AC is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214115172-
CMYK00.460.200.16
HSL325.45º54.7%64.51%-
HSV(B)325.45º46.26%83.92%-
XYZ41.3129.5442.55-
YUV151.1139.8172.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=42.71%
G=22.95%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411517200.460.200.16325.4554.764.51
HexD673AC02E14101453741
Octal326163254056242050567101
Binary11010110111001110101100010111010100100001010001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D673AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D673AC; }

 p { color: rgb(214,115,172); }

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

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

 a { background-color: rgb(214,115,172); }

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

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

 span { border-color: rgb(214,115,172); }

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