#D473A9

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

Shades of Hopbush #D473A9

Tints of Hopbush #D473A9

Color information

#D473A9 (or 0xD473A9) is unknown color: approx Hopbush. HEX triplet: D4, 73 and A9. RGB value is (212,115,169). Sum of RGB (Red+Green+Blue) = 212+115+169=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D473A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D473A9 is #2B8C56. Grayscale: #969696. Windows color (decimal): -2853975 or 11105236. OLE color: 11105236.

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

Color convert

RGB212115169-
CMYK00.460.200.17
HSL326.6º53.01%64.12%-
HSV(B)326.6º45.75%83.14%-
XYZ40.4429.1241.03-
YUV150.16138.64172.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=42.74%
G=23.19%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211516900.460.200.17326.653.0164.12
HexD473A902E14111473540
Octal324163251056242150765100
Binary11010100111001110101001010111010100100011010001111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D473A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D473A9; }

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

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

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

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

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

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

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

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