#D873AC

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

Shades of Hopbush #D873AC

Tints of Hopbush #D873AC

Color information

#D873AC (or 0xD873AC) is unknown color: approx Hopbush. HEX triplet: D8, 73 and AC. RGB value is (216,115,172). Sum of RGB (Red+Green+Blue) = 216+115+172=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D873AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D873AC is #278C53. Grayscale: #979797. Windows color (decimal): -2591828 or 11301848. OLE color: 11301848.

HSL color Cylindrical-coordinate representation of color #D873AC: hue angle of 326.14º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D873AC is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216115172-
CMYK00.470.200.15
HSL326.14º56.42%64.9%-
HSV(B)326.14º46.76%84.71%-
XYZ41.929.8442.58-
YUV151.7139.46173.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 115 (45.31% from 255) = 22.86%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=42.94%
G=22.86%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611517200.470.200.15326.1456.4264.9
HexD873AC02F14F1463841
Octal330163254057241750670101
Binary1101100011100111010110001011111010011111010001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D873AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D873AC; }

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

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

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

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

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

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

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

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