#D971A7

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

Shades of Hopbush #D971A7

Tints of Hopbush #D971A7

Color information

#D971A7 (or 0xD971A7) is unknown color: approx Hopbush. HEX triplet: D9, 71 and A7. RGB value is (217,113,167). Sum of RGB (Red+Green+Blue) = 217+113+167=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D971A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D971A7 is #268E58. Grayscale: #969696. Windows color (decimal): -2526809 or 10973657. OLE color: 10973657.

HSL color Cylindrical-coordinate representation of color #D971A7: hue angle of 328.85º 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 #D971A7 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217113167-
CMYK00.480.230.15
HSL328.85º57.78%64.71%-
HSV(B)328.85º47.93%85.1%-
XYZ41.529.3540.04-
YUV150.25137.46175.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=43.66%
G=22.74%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711316700.480.230.15328.8557.7864.71
HexD971A703017F1493a41
Octal331161247060271751172101
Binary1101100111100011010011101100001011111111010010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D971A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D971A7; }

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

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

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

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

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

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

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

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