#D971AC

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

Shades of Hopbush #D971AC

Tints of Hopbush #D971AC

Color information

#D971AC (or 0xD971AC) is unknown color: approx Hopbush. HEX triplet: D9, 71 and AC. RGB value is (217,113,172). Sum of RGB (Red+Green+Blue) = 217+113+172=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D971AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D971AC is #268E53. Grayscale: #969696. Windows color (decimal): -2526804 or 11301337. OLE color: 11301337.

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

Color convert

RGB217113172-
CMYK00.480.210.15
HSL325.96º57.78%64.71%-
HSV(B)325.96º47.93%85.1%-
XYZ41.9729.5442.52-
YUV150.82139.96175.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=43.23%
G=22.51%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711317200.480.210.15325.9657.7864.71
HexD971AC03015F1463a41
Octal331161254060251750672101
Binary1101100111100011010110001100001010111111010001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D971AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D971AC; }

 p { color: rgb(217,113,172); }

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

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

 a { background-color: rgb(217,113,172); }

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

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

 span { border-color: rgb(217,113,172); }

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