#D971A9

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

Shades of Hopbush #D971A9

Tints of Hopbush #D971A9

Color information

#D971A9 (or 0xD971A9) is unknown color: approx Hopbush. HEX triplet: D9, 71 and A9. RGB value is (217,113,169). Sum of RGB (Red+Green+Blue) = 217+113+169=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D971A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D971A9 is #268E56. Grayscale: #969696. Windows color (decimal): -2526807 or 11104729. OLE color: 11104729.

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

Color convert

RGB217113169-
CMYK00.480.220.15
HSL327.69º57.78%64.71%-
HSV(B)327.69º47.93%85.1%-
XYZ41.6829.4341.02-
YUV150.48138.46175.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 113 (44.53% from 255) = 22.65%
BLUE value IS 169 (66.41% from 255) = 33.87%
R=43.49%
G=22.65%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711316900.480.220.15327.6957.7864.71
HexD971A903016F1483a41
Octal331161251060261751072101
Binary1101100111100011010100101100001011011111010010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D971A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D971A9; }

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

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

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

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

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

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

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

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