#D471A9

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

Shades of Hopbush #D471A9

Tints of Hopbush #D471A9

Color information

#D471A9 (or 0xD471A9) is unknown color: approx Hopbush. HEX triplet: D4, 71 and A9. RGB value is (212,113,169). Sum of RGB (Red+Green+Blue) = 212+113+169=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D471A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D471A9 is #2B8E56. Grayscale: #949494. Windows color (decimal): -2854487 or 11104724. OLE color: 11104724.

HSL color Cylindrical-coordinate representation of color #D471A9: hue angle of 326.06º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D471A9 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212113169-
CMYK00.470.200.17
HSL326.06º53.51%63.73%-
HSV(B)326.06º46.7%83.14%-
XYZ40.2228.6740.95-
YUV148.98139.3172.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=42.91%
G=22.87%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211316900.470.200.17326.0653.5163.73
HexD471A902F14111463640
Octal324161251057242150666100
Binary11010100111000110101001010111110100100011010001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D471A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D471A9; }

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

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

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

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

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

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

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

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