#D472AD

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

Shades of Hopbush #D472AD

Tints of Hopbush #D472AD

Color information

#D472AD (or 0xD472AD) is unknown color: approx Hopbush. HEX triplet: D4, 72 and AD. RGB value is (212,114,173). Sum of RGB (Red+Green+Blue) = 212+114+173=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D472AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D472AD is #2B8D52. Grayscale: #959595. Windows color (decimal): -2854227 or 11367124. OLE color: 11367124.

HSL color Cylindrical-coordinate representation of color #D472AD: hue angle of 323.88º 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 #D472AD is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212114173-
CMYK00.460.180.17
HSL323.88º53.26%63.92%-
HSV(B)323.88º46.23%83.14%-
XYZ40.7129.0543-
YUV150.03140.97172.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=42.48%
G=22.85%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211417300.460.180.17323.8853.2663.92
HexD472AD02E12111443540
Octal324162255056222150465100
Binary11010100111001010101101010111010010100011010001001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D472AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D472AD; }

 p { color: rgb(212,114,173); }

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

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

 a { background-color: rgb(212,114,173); }

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

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

 span { border-color: rgb(212,114,173); }

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